Files
bratanbonus/resources/js/actions/Inertia/index.ts
T
Dolo 923eab0773
linter / quality (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
Feat: Route-Dateien aus .gitignore entfernt und hinzugefügt
2026-04-09 20:09:51 +02:00

6 lines
136 B
TypeScript

import Controller from './Controller'
const Inertia = {
Controller: Object.assign(Controller, Controller),
}
export default Inertia