mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-24 20:42:05 +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 { peopleColumns } from './people-table';
|
||||
import { gql, useQuery } from '@apollo/client';
|
||||
import {
|
||||
GraphqlPerson,
|
||||
Person,
|
||||
mapPerson,
|
||||
} from '../../interfaces/person.interface';
|
||||
import { defaultData } from './default-data';
|
||||
import { GraphqlPerson, mapPerson } from '../../interfaces/person.interface';
|
||||
import { useState } from 'react';
|
||||
import { SortType } from '../../components/table/table-header/SortAndFilterBar';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user