import styles from "./Navigation.module.scss"; import GractwoLogo from "../logo"; import Link from "next/link"; const PageNavigation = () => { let username: string = ""; return ( <>
{/*

Gractwo!

*/} główna o gractwie cytaty rankingi zaloguj się {username ? username : "twój profil"}
); }; export default PageNavigation;