Moving files around

This commit is contained in:
Sebastian Seedorf
2022-08-10 11:07:33 +02:00
parent 270ec5e7ab
commit 8dfc844c24
13 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
import type { NextPage } from 'next'
import Head from 'next/head'
import {HomeComponent} from "../components/Home";
import {HomeComponent} from "../components/home/Home";
const Home: NextPage = () => {
return (