pl-fe: Avoid barrel imports
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -6,7 +6,7 @@ import {
|
||||
exportBlocks,
|
||||
exportMutes,
|
||||
} from 'pl-fe/actions/export-data';
|
||||
import { Column } from 'pl-fe/components/ui';
|
||||
import Column from 'pl-fe/components/ui/column';
|
||||
|
||||
import CSVExporter from './components/csv-exporter';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user