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' {
99 export interface GlobalComponents {
1010 Anchor : typeof import ( './src/components/ui/anchor/Anchor.vue' ) [ 'default' ]
1111 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' ]
1412 Footer : typeof import ( './src/components/Footer.vue' ) [ 'default' ]
1513 Hero : typeof import ( './src/components/Hero.vue' ) [ 'default' ]
1614 IconMenu : typeof import ( './src/components/IconMenu.vue' ) [ 'default' ]
1715 IconPalette : typeof import ( './src/components/IconPalette.vue' ) [ 'default' ]
1816 Input : typeof import ( './src/components/ui/input/Input.vue' ) [ 'default' ]
1917 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' ]
2718 Separator : typeof import ( './src/components/ui/separator/Separator.vue' ) [ 'default' ]
2819 ToggleButton : typeof import ( './src/components/ToggleButton.vue' ) [ 'default' ]
2920 }
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ import cloneDeep from 'lodash.clonedeep'
7979import { colord } from ' colord'
8080import colors from ' tailwindcss/colors'
8181
82- import ' ../ui/index .css'
82+ import ' ../../src/global .css'
8383
8484import { AuthProps , AuthViewKey , AuthViewType } from ' ../types'
8585import SocialAuthContainer from ' ./SocialAuthContainer.vue'
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
1010import { injectStrict } from './utils'
1111import type { UserContextProviderInjection } from './types'
1212import { UserContextProviderKey } from './types'
13- import './ui/assets/index.css'
1413
1514export {
1615 Auth ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments