complete removed axiosInstance

This commit is contained in:
Jan Prochazka
2021-12-22 10:59:00 +01:00
parent f9c54cdce2
commit 05ea435820
66 changed files with 41 additions and 157 deletions

View File

@@ -1,6 +1,4 @@
<script lang="ts" context="module">
import { apiCall } from '../utility/api';
async function loadRow(props, sql) {
const { conid, database } = props;
@@ -18,9 +16,9 @@
</script>
<script lang="ts">
import axiosInstance from '../utility/axiosInstance';
import ChangeSetFormer from './ChangeSetFormer';
import FormView from './FormView.svelte';
import { apiCall } from '../utility/api';
export let formDisplay;
export let changeSetState;