Rename features types file

This commit is contained in:
jeffvli 2024-03-05 14:05:01 -08:00
parent e7b2f30718
commit a9315be259
8 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ import { queryKeys } from '/@/renderer/api/query-keys';
import { api } from '/@/renderer/api';
import isElectron from 'is-electron';
import { hasFeature } from '/@/renderer/api/utils';
import { ServerFeature } from '/@/renderer/api/features.types';
import { ServerFeature } from '/@/renderer/api/features-types';
const lyricsIpc = isElectron() ? window.electron.lyrics : null;