Removed some default imports

This commit is contained in:
Alejandro Celaya
2022-05-14 16:41:09 +02:00
parent bd3555db94
commit aefc632ed7
11 changed files with 12 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
import Bottle from 'bottlejs';
import ShortUrlsFilteringBar from '../ShortUrlsFilteringBar';
import { ShortUrlsFilteringBar } from '../ShortUrlsFilteringBar';
import ShortUrlsList from '../ShortUrlsList';
import ShortUrlsRow from '../helpers/ShortUrlsRow';
import ShortUrlsRowMenu from '../helpers/ShortUrlsRowMenu';