mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 00:14:23 +02:00
restructure files onto electron-vite boilerplate
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { useLocation } from 'react-router';
|
||||
import { GenreTarget, useSettingsStore } from '/@/renderer/store';
|
||||
import { AppRoute } from '/@/renderer/router/routes';
|
||||
import { useMemo } from 'react';
|
||||
import { useLocation } from 'react-router';
|
||||
|
||||
import { AppRoute } from '/@/renderer/router/routes';
|
||||
import { GenreTarget, useSettingsStore } from '/@/renderer/store';
|
||||
|
||||
const ALBUM_REGEX = /albums$/;
|
||||
const SONG_REGEX = /songs$/;
|
||||
|
||||
Reference in New Issue
Block a user