File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
storage/framework/core/components/notification/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import themeGithubDarkUrl from 'ace-builds/src-noconflict/theme-github_dark?url'
17
17
import themeMonokaiUrl from 'ace-builds/src-noconflict/theme-monokai?url'
18
18
import themeNordDarkUrl from 'ace-builds/src-noconflict/theme-nord_dark?url'
19
19
import workerBaseUrl from 'ace-builds/src-noconflict/worker-base?url'
20
- import workerHtmlUrl from 'ace-builds/src-noconflict/worker-html?url' ;
20
+ import workerHtmlUrl from 'ace-builds/src-noconflict/worker-html?url'
21
21
import workerJavascriptUrl from 'ace-builds/src-noconflict/worker-javascript?url'
22
22
import workerJsonUrl from 'ace-builds/src-noconflict/worker-json?url'
23
23
import workerYamlUrl from 'ace-builds/src-noconflict/worker-yaml?url'
Original file line number Diff line number Diff line change 1
1
<script lang="ts" setup>
2
2
import { ref } from ' vue'
3
3
import { Notification } from ' .'
4
- import type { Position , Theme } from ' ./types'
5
4
import Expand from ' ./components/Expand.vue'
6
5
import Footer from ' ./components/Footer.vue'
7
6
import Hero from ' ./components/Hero.vue'
@@ -13,6 +12,7 @@ import Theming from './components/Theming.vue'
13
12
import Types from ' ./components/Types.vue'
14
13
import Usage from ' ./components/Usage.vue'
15
14
import { useSEOHeader } from ' ./composables/useSEOHeader'
15
+ import type { Position , Theme } from ' ./types'
16
16
// import { toggleDarkMode, isDark } from './composables/useDarkMode'
17
17
18
18
useSEOHeader ()
You can’t perform that action at this time.
0 commit comments