mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 02:24:56 +00:00
Make current code library + add docs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import * as components from './components'
|
||||
|
||||
function install (app) {
|
||||
for (const key in components) {
|
||||
app.component(key, components[key])
|
||||
}
|
||||
}
|
||||
|
||||
export default { install }
|
||||
export * from './components'
|
||||
|
||||
import './assets/omorphia.scss'
|
||||
Reference in New Issue
Block a user