mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-25 04:55:30 +03:00
refactor: remove useless vars
This commit is contained in:
parent
7d745ab143
commit
a915d15573
@ -4,12 +4,7 @@ import Table from '../../components/table/Table';
|
|||||||
import styled from '@emotion/styled';
|
import styled from '@emotion/styled';
|
||||||
import { peopleColumns } from './people-table';
|
import { peopleColumns } from './people-table';
|
||||||
import { gql, useQuery } from '@apollo/client';
|
import { gql, useQuery } from '@apollo/client';
|
||||||
import {
|
import { GraphqlPerson, mapPerson } from '../../interfaces/person.interface';
|
||||||
GraphqlPerson,
|
|
||||||
Person,
|
|
||||||
mapPerson,
|
|
||||||
} from '../../interfaces/person.interface';
|
|
||||||
import { defaultData } from './default-data';
|
|
||||||
import { useState } from 'react';
|
import { useState } from 'react';
|
||||||
import { SortType } from '../../components/table/table-header/SortAndFilterBar';
|
import { SortType } from '../../components/table/table-header/SortAndFilterBar';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user