This commit is contained in:
Andrew Kingston 2024-10-22 15:40:53 +01:00
parent 80e532f59d
commit 4129169463
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<script>
import { Heading, Select, ActionButton } from "@budibase/bbui"
import { devToolsStore, appStore, roleStore } from "../../stores"
import { devToolsStore, appStore } from "../../stores"
import { getContext, onMount } from "svelte"
import { API } from "api"