Move various tabs into buttons, more work on a11y

This commit is contained in:
Pieter Vander Vennet 2023-12-20 02:49:34 +01:00
parent 58fa9a4cd4
commit cce9b879f2
5 changed files with 105 additions and 25 deletions

3
src/privacy_index.ts Normal file
View file

@ -0,0 +1,3 @@
import SvelteUIElement from "./UI/Base/SvelteUIElement"
import PrivacyGui from "./UI/PrivacyGui.svelte"
new SvelteUIElement(PrivacyGui, {}).AttachTo("main")