style : add app
This commit is contained in:
10
src/app/(application)/detail-feature/page.tsx
Normal file
10
src/app/(application)/detail-feature/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
import { ViewDetailFeature } from '@/module/home';
|
||||||
|
import React from 'react';
|
||||||
|
|
||||||
|
function Page() {
|
||||||
|
return (
|
||||||
|
<ViewDetailFeature/>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export default Page;
|
||||||
@@ -8,6 +8,7 @@ import {
|
|||||||
} from "@mantine/core";
|
} from "@mantine/core";
|
||||||
import { WARNA } from "@/module/_global";
|
import { WARNA } from "@/module/_global";
|
||||||
import { Lato } from "next/font/google";
|
import { Lato } from "next/font/google";
|
||||||
|
import '@mantine/carousel/styles.css';
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "SISTEM DESA MANDIRI",
|
title: "SISTEM DESA MANDIRI",
|
||||||
|
|||||||
Reference in New Issue
Block a user