moved
This commit is contained in:
parent
a30f14a0d4
commit
da418169c6
@ -1,6 +1,6 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { createForm } from '../../lib/api';
|
import { createForm } from '../../../lib/api';
|
||||||
import type { FormField } from '../../lib/types';
|
import type { FormField } from '../../../lib/types';
|
||||||
|
|
||||||
let name = '';
|
let name = '';
|
||||||
let fields: FormField[] = [];
|
let fields: FormField[] = [];
|
@ -1,7 +1,7 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
import { getForms } from '../lib/api';
|
import { getForms } from '../../../lib/api';
|
||||||
import type { Form } from '../lib/types';
|
import type { Form } from '../../../lib/types';
|
||||||
|
|
||||||
let forms: any;
|
let forms: any;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user