mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 01:43:43 +00:00
Refactor imports
* refactor: implement import lint
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import React from 'react';
|
||||
import ProtectRoute from '../../common/components/protectRoute/ProtectRoute';
|
||||
import TableWrapper from './TableWrapper';
|
||||
|
||||
import { TableSettingsProvider } from '../../app/context/TableSettingsContext';
|
||||
import ProtectRoute from '../../common/components/protectRoute/ProtectRoute';
|
||||
|
||||
import TableWrapper from './TableWrapper';
|
||||
|
||||
export default function ProtectedTable() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user