Split app/core up into domain-oriented files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import {onMount} from "svelte"
|
||||
import {notificationSettings} from "@app/core/state"
|
||||
import {notificationSettings} from "@app/settings"
|
||||
import {onNotification} from "@app/push"
|
||||
|
||||
let audioElement: HTMLAudioElement
|
||||
|
||||
Reference in New Issue
Block a user