Fix: User search & Event
Deskripsi: - Tampilan avatar dan username ## NO Issue
This commit is contained in:
11
src/app/dev/(user)/image-preview/[id]/page.tsx
Normal file
11
src/app/dev/(user)/image-preview/[id]/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { UIGlobal_ImagePreview } from "@/app_modules/_global/ui";
|
||||
|
||||
export default async function Page({ params }: { params: { id: string } }) {
|
||||
const fileId = params.id;
|
||||
|
||||
return (
|
||||
<>
|
||||
<UIGlobal_ImagePreview fileId={fileId} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user