mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-24 04:23:57 +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 { gql, useQuery } from '@apollo/client';
|
||||
import { GraphqlPerson, Person } from './types';
|
||||
import { defaultData } from './defaultData';
|
||||
import { defaultData } from './default-data';
|
||||
|
||||
const StyledPeopleContainer = styled.div`
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user