feat: readd default columns

This commit is contained in:
reya
2024-03-20 15:12:54 +07:00
parent 5d59040224
commit cb565ff35b
20 changed files with 580 additions and 79 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { GroupFeedsIcon, LaurelIcon } from "@lume/icons";
import { GlobalIcon, LaurelIcon } from "@lume/icons";
import { Column } from "@lume/ui";
import { cn } from "@lume/utils";
import { Link } from "@tanstack/react-router";
@@ -38,7 +38,7 @@ function Screen() {
: "opacity-50",
)}
>
<GroupFeedsIcon className="size-5" />
<GlobalIcon className="size-5" />
Community
</div>
)}