diff --git a/homepage/src/pages/admin/index.jsx b/homepage/src/pages/admin.jsx similarity index 88% rename from homepage/src/pages/admin/index.jsx rename to homepage/src/pages/admin.jsx index 44d8b1e1..87f19150 100644 --- a/homepage/src/pages/admin/index.jsx +++ b/homepage/src/pages/admin.jsx @@ -1,9 +1,9 @@ import Head from 'next/head'; import Script from 'next/script'; -import { fetchCards } from '../../lib/fetchCards'; -import { processCard } from '../../lib/processCard'; -import DecapCms from '../../CMS/DecapCms'; +import { fetchCards } from '../lib/fetchCards'; +import { processCard } from '../lib/processCard'; +import DecapCms from '../CMS/DecapCms'; /** *