init commit,
This commit is contained in:
17
03_source/frontend/src/pages/components/extra/dnd/index.tsx
Normal file
17
03_source/frontend/src/pages/components/extra/dnd/index.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import { CONFIG } from 'src/global-config';
|
||||
|
||||
import { DndView } from 'src/sections/_examples/extra/dnd-view';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
const metadata = { title: `Dnd | Components - ${CONFIG.appName}` };
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<>
|
||||
<title>{metadata.title}</title>
|
||||
|
||||
<DndView />
|
||||
</>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user