feat: init login page

This commit is contained in:
swve 2022-09-21 23:09:47 +02:00
parent fcd281d1d6
commit 920339b5fd
11 changed files with 107 additions and 25 deletions

View file

@ -1,6 +1,6 @@
import type { NextPage } from "next";
import { Title } from "./components/ui/styles/title";
import Layout from "./components/ui/layout";
import { Title } from "../components/ui/styles/title";
import Layout from "../components/ui/layout";
const Home: NextPage = () => {
return (