15 lines
No EOL
295 B
Text
15 lines
No EOL
295 B
Text
---
|
|
import SettingCard from '../../components/settings/card.astro'
|
|
|
|
import Theme from '../../components/settings/appearance/theme.astro'
|
|
|
|
import '../../styles/settings.scss'
|
|
---
|
|
|
|
<div class="tab-header">
|
|
<h1>Settings</h1>
|
|
</div>
|
|
|
|
<SettingCard Title="Appearance">
|
|
<Theme />
|
|
</SettingCard> |