init
This commit is contained in:
commit
451223816b
338 changed files with 9938 additions and 0 deletions
17
src/routes/(authed)/tools/debug/+page.svelte
Normal file
17
src/routes/(authed)/tools/debug/+page.svelte
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<script lang="ts">
|
||||
import Button from '$lib/components/ui/button/button.svelte';
|
||||
</script>
|
||||
|
||||
<div class="mx-8 flex">
|
||||
<div class="w-full">
|
||||
<div class="mb-4 flex items-center justify-between">
|
||||
<div>
|
||||
<h1 class="m-8 text-4xl font-bold">Debug Toolkits</h1>
|
||||
<p class="mx-8 my-0 text-muted-foreground">Tools for hotfix machine or viewing infos</p>
|
||||
</div>
|
||||
<div class="mx-8 my-4 flex gap-2">
|
||||
<Button variant="default">Help</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue