Remove unused <style> blocks
This commit is contained in:
parent
0083696343
commit
f9d188b2ba
3 changed files with 0 additions and 12 deletions
|
@ -35,7 +35,3 @@ async function logIn() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
|
@ -61,7 +61,3 @@
|
||||||
useEventSource();
|
useEventSource();
|
||||||
const usersStore = useUsersStore();
|
const usersStore = useUsersStore();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
|
@ -109,7 +109,3 @@ const tabs = [
|
||||||
{ id: "database", title: "Database" },
|
{ id: "database", title: "Database" },
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue