task-b complate
This commit is contained in:
9
src/app/dashboard/elements/icons/page.tsx
Normal file
9
src/app/dashboard/elements/icons/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import IconsViewPage from '@/features/elements/components/icons-view-page';
|
||||
|
||||
export const metadata = {
|
||||
title: 'Dashboard : Icons'
|
||||
};
|
||||
|
||||
export default function page() {
|
||||
return <IconsViewPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user