File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ import buttonTheme from "./theme/buttons";
1717import tabsTheme from "./theme/tabs" ;
1818import { inputTheme , textareaTheme } from "./theme/inputs" ;
1919
20+ import * as ROUTES from "./constants/routes" ;
2021// import HomePage from "./components/pages/home/HomePage";
2122// import SchedulePage from "./components/pages/schedule/SchedulePage";
2223// import AnnouncementsPage from "./components/pages/announcements/AnnouncementsPage";
2324import ParticipantsPage from "./components/pages/participants/ParticipantsPage" ;
2425// import TasksPage from "./components/pages/tasks/TasksPage";
2526import NotFoundPage from "./components/common/NotFoundPage" ;
26- import * as ROUTES from "./constants/routes" ;
2727
2828const App = ( ) : React . ReactElement => {
2929 const theme = extendTheme ( {
You can’t perform that action at this time.
0 commit comments