File tree Expand file tree Collapse file tree 4 files changed +1
-89
lines changed Expand file tree Collapse file tree 4 files changed +1
-89
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,12 @@ declare module '@vue/runtime-core' {
9
9
export interface GlobalComponents {
10
10
Anchor : typeof import ( './src/components/ui/anchor/Anchor.vue' ) [ 'default' ]
11
11
Button : typeof import ( './src/components/ui/button/Button.vue' ) [ 'default' ]
12
- 'Carbon:cafe' : typeof import ( '~icons/carbon/cafe' ) [ 'default' ]
13
- 'Carbon:logoTwitter' : typeof import ( '~icons/carbon/logo-twitter' ) [ 'default' ]
14
12
Footer : typeof import ( './src/components/Footer.vue' ) [ 'default' ]
15
13
Hero : typeof import ( './src/components/Hero.vue' ) [ 'default' ]
16
14
IconMenu : typeof import ( './src/components/IconMenu.vue' ) [ 'default' ]
17
15
IconPalette : typeof import ( './src/components/IconPalette.vue' ) [ 'default' ]
18
16
Input : typeof import ( './src/components/ui/input/Input.vue' ) [ 'default' ]
19
17
Label : typeof import ( './src/components/ui/label/Label.vue' ) [ 'default' ]
20
- 'Logos:nuxtIcon' : typeof import ( '~icons/logos/nuxt-icon' ) [ 'default' ]
21
- 'Logos:vue' : typeof import ( '~icons/logos/vue' ) [ 'default' ]
22
- 'Mdi:heart' : typeof import ( '~icons/mdi/heart' ) [ 'default' ]
23
- 'Ri:githubFill' : typeof import ( '~icons/ri/github-fill' ) [ 'default' ]
24
- 'Ri:moonLine' : typeof import ( '~icons/ri/moon-line' ) [ 'default' ]
25
- 'Ri:sunLine' : typeof import ( '~icons/ri/sun-line' ) [ 'default' ]
26
- 'Ri:translate2' : typeof import ( '~icons/ri/translate2' ) [ 'default' ]
27
18
Separator : typeof import ( './src/components/ui/separator/Separator.vue' ) [ 'default' ]
28
19
ToggleButton : typeof import ( './src/components/ToggleButton.vue' ) [ 'default' ]
29
20
}
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ import cloneDeep from 'lodash.clonedeep'
79
79
import { colord } from ' colord'
80
80
import colors from ' tailwindcss/colors'
81
81
82
- import ' ../ui/index .css'
82
+ import ' ../../src/global .css'
83
83
84
84
import { AuthProps , AuthViewKey , AuthViewType } from ' ../types'
85
85
import SocialAuthContainer from ' ./SocialAuthContainer.vue'
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
10
10
import { injectStrict } from './utils'
11
11
import type { UserContextProviderInjection } from './types'
12
12
import { UserContextProviderKey } from './types'
13
- import './ui/assets/index.css'
14
13
15
14
export {
16
15
Auth ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments