Put everything in its right place
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import Head from "next/head";
|
||||
import styles from "../styles/Home.module.css";
|
||||
import Header from "../templates/header";
|
||||
import Nav from "../templates/nav";
|
||||
import Content from "../templates/content";
|
||||
import Footer from "../templates/footer";
|
||||
import Header from "../components/templates/header";
|
||||
import Nav from "../components/templates/nav";
|
||||
import Content from "../components/templates/content";
|
||||
import Footer from "../components/templates/footer";
|
||||
|
||||
export default function Onas() {
|
||||
return (
|
||||
@@ -15,7 +15,6 @@ export default function Onas() {
|
||||
</Head>
|
||||
|
||||
<Nav />
|
||||
<Footer />
|
||||
<main className={styles.main}>
|
||||
<p className="font-bold">
|
||||
Głównym profilem działalności firmy jest projektowanie instalacji
|
||||
|
||||
Reference in New Issue
Block a user