fix(searchview2): fix types and remove deprecated search components

This commit is contained in:
danis
2024-01-07 23:54:35 +01:00
parent c7c9250594
commit a33d56bd61
5 changed files with 3 additions and 513 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ const Graph = ({ songId, since }: GraphProps) => {
const ScoreGraph = () => {
const layout = useWindowDimensions();
const songs = useQuery(API.getAllSongs);
const songs = useQuery(API.getAllSongs());
const rangeOptions = [
{ label: '3 derniers jours', value: '3days' },
{ label: 'Dernière semaine', value: 'week' },