Пример передеплоя

This commit is contained in:
grinikita 2024-11-23 12:52:57 +03:00
parent c8a13449b8
commit 925df86bc3

View File

@ -1,7 +1,7 @@
import React from 'react'; import React from 'react';
const ListPage = (): React.ReactElement => { const ListPage = (): React.ReactElement => {
return <h1>List Page</h1>; return <h1>List Page New</h1>;
}; };
export default ListPage; export default ListPage;