File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import NoteBookList from './gui/pages/notebook_list';
32
32
import Notebook from './gui/pages/notebook' ;
33
33
import Record from './gui/pages/record' ;
34
34
import RecordCreate from './gui/pages/record-create' ;
35
- import ProjectCreate from './gui/pages/project-create' ;
36
35
import NotFound404 from './gui/pages/404' ;
37
36
import { StateProvider } from './context/store' ;
38
37
import MainLayout from './gui/layout' ;
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ import Collapse from '@mui/material/Collapse';
37
37
import Drawer from '@mui/material/Drawer' ;
38
38
import Divider from '@mui/material/Divider' ;
39
39
import List from '@mui/material/List' ;
40
- import AddIcon from '@mui/icons-material/Add' ;
41
40
import HomeIcon from '@mui/icons-material/Home' ;
42
41
import ChevronLeftIcon from '@mui/icons-material/ChevronLeft' ;
43
42
import DescriptionIcon from '@mui/icons-material/Description' ;
@@ -51,7 +50,6 @@ import DashboardIcon from '@mui/icons-material/Dashboard';
51
50
import ListItemText from '@mui/material/ListItemText' ;
52
51
53
52
import * as ROUTES from '../../constants/routes' ;
54
- import { SHOW_NEW_NOTEBOOK } from '../../buildconfig' ;
55
53
import { getActiveProjectList , listenProjectList } from '../../databaseAccess' ;
56
54
import SystemAlert from '../components/alert' ;
57
55
import { ProjectInformation } from 'faims3-datamodel' ;
You can’t perform that action at this time.
0 commit comments