Add linter on CI
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user