diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-24 19:19:12 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-24 19:19:12 +1000 |
| commit | 45bca977157084e11aaa2554ca3a2a403cedcfdb (patch) | |
| tree | c99abbb4c7c478cd3341dfc48853245e27e7ce65 /src/components/TutorialPane.vue | |
| parent | bce4ab3facf63f70a0dd3cefa1f8c82453dba2d4 (diff) | |
Move utility functions into util.ts
Diffstat (limited to 'src/components/TutorialPane.vue')
| -rw-r--r-- | src/components/TutorialPane.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TutorialPane.vue b/src/components/TutorialPane.vue index 0bbe8e9..6fa7bac 100644 --- a/src/components/TutorialPane.vue +++ b/src/components/TutorialPane.vue @@ -1,8 +1,8 @@ <script lang="ts"> import {defineComponent, PropType} from 'vue'; import CloseIcon from './icon/CloseIcon.vue'; -import RButton from './RButton.vue'; import {Action, UiOptions} from '../lib'; +import RButton from './RButton.vue'; export default defineComponent({ props: { |
