Skip to content

Commit

Permalink
eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanhLy1 committed Nov 8, 2023
1 parent 1d76b17 commit ded0a62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/imports/ui/components/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ import React from 'react';
import { Meteor } from 'meteor/meteor';
import { useTracker } from 'meteor/react-meteor-data';
import { NavLink } from 'react-router-dom';
import { Roles } from 'meteor/alanning:roles';
import { Container, Nav, Navbar, NavDropdown, Image } from 'react-bootstrap';
import { BoxArrowRight, PersonFill, PersonPlusFill } from 'react-bootstrap-icons';
import EmbeddedButton from './EmbeddedButton';

const NavBar = () => {
// useTracker connects Meteor data to React components. https://guide.meteor.com/react.html#using-withTracker
Expand Down

0 comments on commit ded0a62

Please sign in to comment.