Tile windowing system
This commit is contained in:
parent
c6e6c5ca48
commit
43318fb8cd
35 changed files with 4659 additions and 360 deletions
11
app/components/panels/LinksPanel.tsx
Normal file
11
app/components/panels/LinksPanel.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
"use client";
|
||||
|
||||
import LinksGrid from "../LinksGrid";
|
||||
|
||||
export default function LinksPanel() {
|
||||
return (
|
||||
<div className="p-4">
|
||||
<LinksGrid />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue