diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-15 00:13:40 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-15 00:13:40 +0000 |
| commit | c9aefa81ca1950121d2357fc66afe15eb400f537 (patch) | |
| tree | fd6196b55626cea8101cd5a4a00cb2a00d8a495b /layouts | |
| parent | 1dd5d0fa8bb2ae794b263d1629a662166a9b9d08 (diff) | |
Fix eslint errors
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/default.vue | 5 | ||||
| -rw-r--r-- | layouts/editor.vue | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/layouts/default.vue b/layouts/default.vue index fef2da1..01e8484 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,5 +1,4 @@ -<script setup lang="ts"> -</script> +<script setup lang="ts"></script> <template> <SiteHeader /> @@ -23,4 +22,4 @@ #content { width: 100%; } -</style>
\ No newline at end of file +</style> diff --git a/layouts/editor.vue b/layouts/editor.vue index dbb53fa..a3dbf35 100644 --- a/layouts/editor.vue +++ b/layouts/editor.vue @@ -35,4 +35,4 @@ sessionStore.setTaskTypeAliases(taskDefinitions.aliases); #editor-pane { width: 100%; } -</style>
\ No newline at end of file +</style> |
