wip
This commit is contained in:
14
components/Draggable/Droppable.tsx
Normal file
14
components/Draggable/Droppable.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
"use client";
|
||||
import "@/app/globals.css";
|
||||
|
||||
export default function Droppable() {
|
||||
return (
|
||||
<div className="flex h-full w-full items-center justify-center bg-gray-300 text-5xl font-bold text-gray-900">
|
||||
<span className="whitespace-nowrap md:whitespace-normal">NEXUSHUB</span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export type DroppablePropsType = {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user