Put everything in its right place
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import Head from "next/head";
|
||||
import styles from "../styles/Home.module.css";
|
||||
import Header from "../templates/header";
|
||||
import Generator from "../templates/generator";
|
||||
import Nav from "../templates/nav";
|
||||
import UserTop from "../templates/userTop";
|
||||
import Footer from "../templates/footer";
|
||||
import Header from "../components/templates/header";
|
||||
import Generator from "../components/templates/generator";
|
||||
import Nav from "../components/templates/nav";
|
||||
import UserTop from "../components/templates/userTop";
|
||||
import Footer from "../components/templates/footer";
|
||||
import { useState } from "react";
|
||||
import { useSession, signIn, signOut } from "next-auth/react";
|
||||
import { Button } from "evergreen-ui";
|
||||
|
||||
Reference in New Issue
Block a user