Hot fixed and format code

This commit is contained in:
2023-11-03 10:18:57 +07:00
parent 48af6272b3
commit ae7c25e6f3
11 changed files with 46 additions and 38 deletions
@@ -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);