UNPKG

@insightphp/insight

Version:

Laravel package for building control panels.

7 lines (6 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 };