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
@@ -5,7 +5,8 @@ import { getTranslator } from "next-intl/server";
import { notFound } from "next/navigation";
import { ReactNode } from "react";
import "@/app/globals.css";
import "@/css/globals.css";
import Providers from "./providers";
import TestableLayout from "./components/TestableLayout";