mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-25 04:55:30 +03:00
refactor: rename default data file
This commit is contained in:
parent
d5ebff5b53
commit
33e12a52c7
@ -5,7 +5,7 @@ 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 { GraphqlPerson, Person } from './types';
|
import { GraphqlPerson, Person } from './types';
|
||||||
import { defaultData } from './defaultData';
|
import { defaultData } from './default-data';
|
||||||
|
|
||||||
const StyledPeopleContainer = styled.div`
|
const StyledPeopleContainer = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user