refactor: consolidate web app UI foundation

This commit is contained in:
3252a8
2026-05-11 23:25:34 +03:00
parent 9f338c3416
commit 6a367c1dec
47 changed files with 713 additions and 275 deletions
@@ -20,7 +20,7 @@
UsersRound,
} from "lucide-svelte";
import { onMount, setContext } from "svelte";
import { Select } from "bits-ui";
import { Select } from "$components/ui/primitives.js";
import BrandMark from "../BrandMark.svelte";
import AdsSection from "./sections/AdsSection.svelte";