1
0
Fork 0
mirror of synced 2024-08-08 06:37:55 +12:00
This commit is contained in:
Adria Navarro 2023-10-10 13:52:16 +02:00
parent bd82dae565
commit 48afa2aa0d

View file

@ -3,7 +3,6 @@
import { FIELDS } from "constants/backend"
import { API } from "api"
import { parseFile } from "./utils"
import { FieldType } from "@budibase/types"
export let rows = []
export let schema = {}