aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Editor/EditorOptionsPanel.vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-03-10 00:13:25 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-03-10 00:13:25 +0000
commit9a11e0f4a38297006b89cc7bb2a60734111582e0 (patch)
tree5ebddde79e67b659714b5dbdbfcea289f06a4ae5 /src/components/Editor/EditorOptionsPanel.vue
parent817478f3cf357fc09778d9dc3cf67a667e21f042 (diff)
Migrate to nuxt
Diffstat (limited to 'src/components/Editor/EditorOptionsPanel.vue')
-rw-r--r--src/components/Editor/EditorOptionsPanel.vue18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/components/Editor/EditorOptionsPanel.vue b/src/components/Editor/EditorOptionsPanel.vue
deleted file mode 100644
index 1415d84..0000000
--- a/src/components/Editor/EditorOptionsPanel.vue
+++ /dev/null
@@ -1,18 +0,0 @@
-<script setup lang="ts">
-</script>
-
-<template>
- <div id="options-panel">
- <slot />
- </div>
-</template>
-
-<style scoped>
-#options-panel {
- width: 100%;
- background-color: var(--color-background);
- border: 1px solid var(--color-border);
- padding: 1rem;
- height: 100%;
-}
-</style> \ No newline at end of file