Dashboard Admin
This commit is contained in:
11
src/app/admin/(dashboard)/desa/gallery/page.tsx
Normal file
11
src/app/admin/(dashboard)/desa/gallery/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
function Page() {
|
||||
return (
|
||||
<div>
|
||||
Gallery
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user