feat(web-ui): UI consistency / layout uplifts (#5225)
Co-authored-by: David Lane <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
@@ -27,8 +27,11 @@
|
||||
<script type="module">
|
||||
import { createApp } from 'vue'
|
||||
import { initApp } from './init'
|
||||
import { loadAutoTheme } from './theme'
|
||||
import { LogIn } from '@lucide/vue'
|
||||
|
||||
loadAutoTheme();
|
||||
|
||||
const app = createApp({
|
||||
components: {
|
||||
LogIn,
|
||||
|
||||
Reference in New Issue
Block a user