Fixing linting.

This commit is contained in:
mike12345567 2023-04-20 17:51:43 +01:00
parent 060dc05afa
commit 2056623897
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
notifications, notifications,
Layout, Layout,
Body, Body,
Modal,
} from "@budibase/bbui" } from "@budibase/bbui"
import { goto } from "@roxi/routify" import { goto } from "@roxi/routify"
import { API } from "api" import { API } from "api"
@ -15,7 +14,6 @@
import { TestimonialPage } from "@budibase/frontend-core/src/components" import { TestimonialPage } from "@budibase/frontend-core/src/components"
import { passwordsMatch, handleError } from "../auth/_components/utils" import { passwordsMatch, handleError } from "../auth/_components/utils"
let modal
let form let form
let errors = {} let errors = {}
let formData = {} let formData = {}