mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-18 17:15:55 +00:00
Add exports
This commit is contained in:
parent
690db0e255
commit
4b336e039b
@ -21,7 +21,6 @@ const apiComponents = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const functionalComponents = {
|
const functionalComponents = {
|
||||||
'loading-ripple': {
|
'loading-ripple': {
|
||||||
file: 'functional-components/loading-ripple.js',
|
file: 'functional-components/loading-ripple.js',
|
||||||
@ -114,6 +113,10 @@ const elementComponents = {
|
|||||||
className: 'NotificationsView'
|
className: 'NotificationsView'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
'user-info-view': {
|
||||||
|
file: 'components/user-info-view/user-info-view.js',
|
||||||
|
className: 'UserInfoView'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,14 @@
|
|||||||
export * from '../components/main-app.js'
|
|
||||||
export * from '../styles/app-styles.js'
|
|
||||||
export * from '../styles/app-theme.js'
|
|
||||||
export * from '../components/app-view.js'
|
|
||||||
export * from '../components/show-plugin.js'
|
|
||||||
export * from '../components/sidenav-menu.js'
|
|
||||||
export * from '../components/wallet-profile.js'
|
|
||||||
export * from '../components/app-info.js'
|
export * from '../components/app-info.js'
|
||||||
export * from '../components/login-view/login-view.js'
|
export * from '../components/app-view.js'
|
||||||
|
export * from '../components/language-selector.js'
|
||||||
|
export * from '../components/main-app.js'
|
||||||
|
export * from '../components/qort-theme-toggle.js'
|
||||||
|
export * from '../components/show-plugin.js'
|
||||||
|
export * from '../components/start-minting.js'
|
||||||
|
export * from '../components/wallet-profile.js'
|
||||||
export * from '../components/login-view/create-account-section.js'
|
export * from '../components/login-view/create-account-section.js'
|
||||||
export * from '../components/login-view/login-section.js'
|
export * from '../components/login-view/login-section.js'
|
||||||
|
export * from '../components/login-view/login-view.js'
|
||||||
|
export * from '../components/user-info-view/user-info-view.js'
|
||||||
|
export * from '../styles/app-styles.js'
|
||||||
|
export * from '../styles/app-theme.js'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user