Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
grishick committed Jan 21, 2024
1 parent 1cdf30f commit b5a8ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import '../css/app.css';
import '../css/modal.css';
import { Switch, Route, Link, withRouter } from "react-router-dom";
import { Nav, Navbar, Container, Button, Modal, NavLink} from 'react-bootstrap';
import { CheckCircle, ExclamationTriangle, HourglassSplit, XCircle, InfoCircle } from 'react-bootstrap-icons';
import { CheckCircle, ExclamationTriangle, HourglassSplit, XCircle } from 'react-bootstrap-icons';
import { Trans } from 'react-i18next';
import { GetLanguage } from '../util/Utilities';
import {UserContext} from './UserContext';
Expand Down

0 comments on commit b5a8ad4

Please sign in to comment.