Created theme switcher (#270)

Reviewed-on: #270
Reviewed-by: Adam Bem <bema@noreply.example.com>
Co-authored-by: widlam <mikolaj.widla@gmail.com>
Co-committed-by: widlam <mikolaj.widla@gmail.com>
This commit is contained in:
2023-12-04 12:11:26 +01:00
committed by Adam Bem
parent 6f2d16c2b9
commit 50c44fc9a8
13 changed files with 111 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import { onMounted, ref } from 'vue';
import CodeEditor from '../CodeEditorComponent.vue';
import CodeEditor from '@/components/common/CodeEditorComponent.vue';
const props = defineProps(