feat: DISABLE page Trip Calendar as it is way too much overhead for API and database!

This commit is contained in:
dancingCycle 2023-11-24 10:21:29 +01:00
parent 4da1aacbbc
commit 99393f989b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import Files from './pages/files';
//TODO Date [today] is not implemented! import Overview from './pages/overview';
import OverviewNext from './pages/overview-next';
//TODO Disable this route as it is not working! import Service from './pages/service';
import TripCalendar from './pages/trip-calendar';
//TODO Disable this route as it is way too much overhead for API and database! import TripCalendar from './pages/trip-calendar';
import Contact from './pages/contact';
export default function Main() {