6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import Controller from './Controller'
|
|
const Inertia = {
|
|
Controller: Object.assign(Controller, Controller),
|
|
}
|
|
|
|
export default Inertia |