diff --git a/README.md b/README.md index 4270c835..b4a185cc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Typing Word + Type Words

diff --git a/components.d.ts b/components.d.ts index 8741e424..c9bf78b3 100644 --- a/components.d.ts +++ b/components.d.ts @@ -7,7 +7,7 @@ export {} declare module 'vue' { export interface GlobalComponents { - BackIcon: typeof import('./src/components/icon/BackIcon.vue')['default'] + BackIcon: typeof import('./src/components/BackIcon.vue')['default'] BaseButton: typeof import('./src/components/BaseButton.vue')['default'] BaseIcon: typeof import('./src/components/BaseIcon.vue')['default'] Close: typeof import('./src/components/icon/Close.vue')['default'] diff --git a/index.html b/index.html index 50705130..7d66efdb 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Typing Word + Type Words