Premier commit de la v2 de l'app
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import OutilsPage from "@/components/OutilsPage";
|
||||
import { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Outils | Aystone",
|
||||
};
|
||||
|
||||
export default function Page() {
|
||||
return <OutilsPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user