Fix mismatched import styling

This commit is contained in:
ThatGravyBoat
2024-05-06 03:55:09 -02:30
parent 2d94b4bf49
commit 5f8cf33249
4 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ import { downloadFile } from "./scripts/download";
import { addHotkey } from "./scripts/hotkeys";
import { settingsStore } from "./scripts/settings";
import { setTitle } from "./scripts/window-functions";
import {RepeatState} from "./models/repeatState";
import { RepeatState } from "./models/repeatState";
const notificationPath = `${app.getPath("userData")}/notification.jpg`;
const appName = "TIDAL Hi-Fi";