Skip to content

Commit

Permalink
Fix prettier issue with pr #54
Browse files Browse the repository at this point in the history
  • Loading branch information
r-saba committed Nov 28, 2020
1 parent 5ed3192 commit ea8b537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mull-ui/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ToastContainer, toast } from 'react-toastify';
import { Redirect, Route, Switch, useLocation } from 'react-router-dom';

import CreateEventPage from './pages/create-event/create-event';
import { NavigationBar, Header, SubNavigationBar, EventCard } from './components';
import { NavigationBar, Header, SubNavigationBar, EventCard } from './components';
import LoginPage from './pages/login/login';
import RegisterPage from './pages/register/register';

Expand Down

0 comments on commit ea8b537

Please sign in to comment.