Code tidy

This commit is contained in:
Timothy Armes
2023-07-07 09:34:05 +02:00
parent b39e04ca31
commit 88e75511d7
4 changed files with 20 additions and 26 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import { NextIntlClientProvider, AbstractIntlMessages } from "next-intl";
import { ReactNode } from "react";
import "@/app/globals.css";
import "@/css/globals.css";
import Navbar from "./Navbar";
import Footer from "./Footer";