UNPKG

@insightphp/insight

Version:

Laravel package for building control panels.

11 lines (8 loc) 229 B
import { Insight, InsightApp } from "./insight"; import { bootInsight } from "./bootstrap"; export * from './View/Components' export * from './models' export * from './Composables' export { bootInsight, Insight, InsightApp }