1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +00:00

Split a bit of backend code

This commit is contained in:
2023-01-14 20:47:29 +01:00
parent b7365b739c
commit 9662d46957
15 changed files with 408 additions and 359 deletions

View File

@ -1,5 +1,5 @@
<script>
import { PerformFind } from '../../../wailsjs/go/main/App';
import { PerformFind } from '../../../wailsjs/go/app/App';
import CodeExample from '../../components/code-example.svelte';
import { onMount } from 'svelte';
import { input } from '../../actions';

View File

@ -1,7 +1,7 @@
<script>
import { input } from '../../actions';
import { createEventDispatcher } from 'svelte';
import { PerformInsert } from '../../../wailsjs/go/main/App';
import { PerformInsert } from '../../../wailsjs/go/app/App';
export let collection;