mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 07:29:08 +00:00
chore: directory restructure
This commit is contained in:
committed by
Carlos Valente
parent
307f0ffd34
commit
7a322406da
@@ -1,4 +1,5 @@
|
||||
import { IoOpenOutline } from 'react-icons/io5';
|
||||
import { OntimeView } from 'ontime-types';
|
||||
|
||||
import ViewNavigationMenu from '../../common/components/navigation-menu/ViewNavigationMenu';
|
||||
import EmptyPage from '../../common/components/state/EmptyPage';
|
||||
@@ -10,7 +11,6 @@ import { useViewOptionsStore } from '../../common/stores/viewOptions';
|
||||
import { useTranslation } from '../../translation/TranslationProvider';
|
||||
|
||||
import './ProjectInfo.scss';
|
||||
import { OntimeView } from 'ontime-types';
|
||||
|
||||
export default function ProjectInfo() {
|
||||
// persisted app state
|
||||
|
||||
Reference in New Issue
Block a user