Removed default export in SortingDropdown

This commit is contained in:
Alejandro Celaya
2021-12-25 10:26:38 +01:00
parent 76fb45c97e
commit 6213067f35
12 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ import { pipe } from 'ramda';
import { FC, useEffect, useMemo, useState } from 'react';
import { RouteComponentProps } from 'react-router';
import { Card } from 'reactstrap';
import SortingDropdown from '../utils/SortingDropdown';
import { SortingDropdown } from '../utils/SortingDropdown';
import { determineOrderDir, OrderDir } from '../utils/helpers/ordering';
import { getServerId, SelectedServer } from '../servers/data';
import { boundToMercureHub } from '../mercure/helpers/boundToMercureHub';