Skip to content

Commit

Permalink
fix: tldraw web component import
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Jan 5, 2024
1 parent 0c7721e commit 577c3a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main/webapp/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import 'regenerator-runtime/runtime.js';

import '@gip-recia/tldraw-webcomponent';

import { createApp } from 'vue';

import { register as registerDirectives } from '@/directives/index.ts';
Expand Down
1 change: 0 additions & 1 deletion src/main/webapp/src/views/AppView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { useConfigurationStore } from '@/stores/configurationStore.ts';
import { AppSlug } from '@/types/enums/AppSlug.ts';
import { Navigation } from '@/types/enums/Navigation.ts';
import { Tabs } from '@/types/enums/Tabs.ts';
import '@gip-recia/tldraw-webcomponent';
import { storeToRefs } from 'pinia';
import { ref } from 'vue';
import { useRoute, useRouter } from 'vue-router';
Expand Down

0 comments on commit 577c3a4

Please sign in to comment.