Skip to content

Commit

Permalink
fix: codegen backend schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnigs committed Oct 3, 2024
1 parent 9b9a6a7 commit 00e3116
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import AccidentNotificationTemplate from './lib/AccidentNotificationTemplate'
import { AccidentNotification, OnBehalf } from './lib/dataSchema'
import { AccidentNotification } from './lib/dataSchema'
import * as appMessages from './lib/messages'
import { OnBehalf } from './types'
import * as appUtils from './utils'

export const getFields = () => import('./fields')
Expand Down

0 comments on commit 00e3116

Please sign in to comment.