Добавлены стили emotion

This commit is contained in:
grinikita
2024-12-01 14:47:53 +03:00
parent a6b7b7cd08
commit 5d2dc9f7c5
11 changed files with 441 additions and 86 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import React from 'react';
import Heading from '../../components/heading';
const ListPage = (): React.ReactElement => {
return <h1>List Page New</h1>;
return <Heading>List Page New</Heading>;
};
export default ListPage;