import { install as girassol } from '@solfacil/girassol'
import '@solfacil/girassol/dist/style.css'

import type { UserModule } from '~/types'

export const install: UserModule = ({ app }) => {
  app.use(girassol)
}
