mirror of
https://github.com/markuryy/shark.git
synced 2025-12-15 12:41:02 +00:00
ui: settings button/route
This commit is contained in:
17
src/routes/settings/+page.svelte
Normal file
17
src/routes/settings/+page.svelte
Normal file
@@ -0,0 +1,17 @@
|
||||
<div>
|
||||
<h2>Settings</h2>
|
||||
<section class="library-content">
|
||||
<div class="field-row-stacked">
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.library-content {
|
||||
margin-top: 20px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user