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"; export default function Onas() { return (
Wastpol
); }