Added the application logo (#12)

Added the application logo.
This commit was merged in pull request #12.
This commit is contained in:
2024-07-07 16:34:44 +00:00
parent d6dc8405dd
commit b33df4b447
12 changed files with 46 additions and 8 deletions

View File

@@ -1,6 +1,4 @@
<script>
import logo from './assets/images/logo-universal.png'
import {Greet} from '../wailsjs/go/main/App.js'
import { _ } from 'svelte-i18n'
import NavigationBar from './components/NavigationBar.svelte';
import Clock from './components/Clock.svelte'