Fix: Remove unused usage of `@budibase/types` in frontend-core

This commit is contained in:
Rory Powell 2023-08-31 11:12:19 +01:00
parent e13ea88e42
commit 1210af3563
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
* Operator options for lucene queries
*/
export { OperatorOptions, SqlNumberTypeRangeMap } from "@budibase/shared-core"
export { Feature as Features } from "@budibase/types"
// Cookie names
export const Cookies = {