exportElectronFile => exportFileTools

This commit is contained in:
Jan Prochazka
2022-03-10 09:47:28 +01:00
parent 7497e2684c
commit 008a09cc81
11 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { openWebLink } from '../utility/exportElectronFile';
import { openWebLink } from '../utility/exportFileTools';
export let href = undefined;
export let onClick = undefined;