chore: move ui utils to utils/ui

This commit is contained in:
terraputix
2026-02-15 15:29:11 +01:00
parent c2e90f5919
commit af433c92ff
34 changed files with 42 additions and 40 deletions
@@ -8,7 +8,7 @@
import { type GeoLocation, storedLocation } from '$lib/stores/settings';
import { urlHashStore } from '$lib/stores/url-hash-store';
import { pad } from '$lib/utils';
import { pad } from '$lib/utils/index';
import { Label } from '$lib/components/ui/label';
import * as Select from '$lib/components/ui/select';