Add linter on CI

This commit is contained in:
Charles Bochet
2023-04-20 11:44:47 +02:00
parent 5469d27911
commit b8d089395f
21 changed files with 55 additions and 24 deletions

View File

@ -3,11 +3,13 @@ import People from '../People';
import { ThemeProvider } from '@emotion/react';
import { lightTheme } from '../../../layout/styles/themes';
export default {
const component = {
title: 'People',
component: People,
};
export default component;
export const PeopleDefault = () => (
<ThemeProvider theme={lightTheme}>
<MemoryRouter>