2
0

🚸 (results) Show deleted block answers if any

Also remove useEffects in ResultsTable.
This commit is contained in:
Baptiste Arnaud
2023-02-10 15:50:25 +01:00
parent 51f76700b2
commit 3ab67902c0
5 changed files with 104 additions and 44 deletions

View File

@ -1 +1,9 @@
export * from '@prisma/client'
// Named export for enums to avoid vite barrel export bug (https://github.com/nrwl/nx/issues/13704)
export {
Plan,
WorkspaceRole,
GraphNavigation,
CollaborationType,
} from '@prisma/client'