diff --git a/.gitignore b/.gitignore index 506e98f..f007ff9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .netlify dist -node_modules \ No newline at end of file +node_modules +tslint.log \ No newline at end of file diff --git a/client/App.jsx b/client/App.tsx similarity index 95% rename from client/App.jsx rename to client/App.tsx index 48af5e8..cc794b6 100644 --- a/client/App.jsx +++ b/client/App.tsx @@ -27,10 +27,14 @@ const App = () => { - + + + - + + + diff --git a/client/Home.jsx b/client/Home.tsx similarity index 90% rename from client/Home.jsx rename to client/Home.tsx index e50ce88..06d6128 100644 --- a/client/Home.jsx +++ b/client/Home.tsx @@ -12,9 +12,16 @@ const Home = () => {
-

CSS Layout

+

+ CSS Layout +

-

a collection of popular layouts and patterns made with CSS

+

+ a collection of popular layouts and patterns made with CSS +