1
0
Fork 0

lint fixes

This commit is contained in:
Enoch Riese 2023-06-07 14:12:51 -05:00
parent 9109f631d3
commit 6f28c36c59
6 changed files with 37 additions and 29 deletions

View file

@ -20,7 +20,17 @@ import { EditView, ns as editNs } from './views/edit/index.mjs'
import { TestView, ns as testNs } from 'shared/components/workbench/views/test/index.mjs'
import { ExportView, ns as exportNs } from 'shared/components/workbench/views/exporting/index.mjs'
export const ns = ['account', 'workbench', ...draftNs, ...saveNs, ...printNs, ...cutNs, ...testNs]
export const ns = [
'account',
'workbench',
...draftNs,
...saveNs,
...printNs,
...cutNs,
...editNs,
...testNs,
...exportNs,
]
const defaultUi = {
renderer: 'react',