Skip to content

Commit

Permalink
Fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nerik committed Oct 16, 2023
1 parent 0aa9e56 commit 0a4f996
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/scripts/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ import T from 'prop-types';
import { BrowserRouter, Route, Routes, useLocation } from 'react-router-dom';
import { DevseedUiThemeProvider as DsTp } from '@devseed-ui/theme-provider';
import { userPages } from 'veda';

import {
DatasetExploreRedirect,
discoveryRoutes,
thematicRoutes
} from './redirects';

import theme, { GlobalStyles } from '$styles/theme';
import { getAppURL } from '$utils/history';
import LayoutRoot, {
Expand Down

0 comments on commit 0a4f996

Please sign in to comment.