refactor: rename default data file

This commit is contained in:
Sammy Teillet 2023-04-20 13:53:34 +02:00
parent d5ebff5b53
commit 33e12a52c7
No known key found for this signature in database
GPG Key ID: 687E513E74D28696
2 changed files with 1 additions and 1 deletions

View File

@ -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;