mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
9 lines
112 B
TypeScript
9 lines
112 B
TypeScript
import '@@/styles/main.scss'
|
|
|
|
import * as utils from './utils'
|
|
|
|
export * from './components'
|
|
|
|
export { utils }
|
|
|