feat: start of dm overview page

This commit is contained in:
Samuel 2024-12-12 18:44:44 +01:00
parent 0e6f5a24bd
commit 8451a484ff
14 changed files with 442 additions and 34 deletions

View file

@ -2,4 +2,7 @@ import { lazy } from "solid-js";
export { Home } from "./home";
export const GroupId = lazy(() => import("./group/group-id"));
export const DmId = lazy(() => import("./dm/dm-id"));
export const Overview = lazy(() => import("./overview"));