From 73944031681b3818d872e9e007df8d707112d27e Mon Sep 17 00:00:00 2001 From: lukman Date: Wed, 3 Jul 2024 16:10:05 +0800 Subject: [PATCH] style : add app --- src/app/(application)/detail-feature/page.tsx | 10 ++++++++++ src/app/layout.tsx | 1 + 2 files changed, 11 insertions(+) create mode 100644 src/app/(application)/detail-feature/page.tsx diff --git a/src/app/(application)/detail-feature/page.tsx b/src/app/(application)/detail-feature/page.tsx new file mode 100644 index 0000000..7838a54 --- /dev/null +++ b/src/app/(application)/detail-feature/page.tsx @@ -0,0 +1,10 @@ +import { ViewDetailFeature } from '@/module/home'; +import React from 'react'; + +function Page() { + return ( + + ); +} + +export default Page; \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index da5bd36..7ade263 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,6 +8,7 @@ import { } from "@mantine/core"; import { WARNA } from "@/module/_global"; import { Lato } from "next/font/google"; +import '@mantine/carousel/styles.css'; export const metadata = { title: "SISTEM DESA MANDIRI",