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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user