mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-23 04:19:48 +00:00
Hot fixed and format code
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
// Interfaces
|
||||
import { ITable } from '../../globals/interfaces';
|
||||
import { ITable } from '.';
|
||||
|
||||
const StyledTable = styled.div`
|
||||
border: 1px solid var(--border-color);
|
||||
|
||||
Reference in New Issue
Block a user