aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/default.vue5
-rw-r--r--layouts/editor.vue2
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>