import-generic view and route added

This commit is contained in:
Alex H
2023-04-13 07:13:17 +00:00
parent f07922763b
commit 1ac3a8b31b
6 changed files with 56 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
import ImportGeneric from './import-generic'
describe('@views/import-generic', () => {
it('is a valid view', () => {
expect(ImportGeneric).toBeAViewComponent()
})
})