diff --git a/src/App.tsx b/src/App.tsx
index aa0db50..b6858db 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -2,9 +2,9 @@ import Grid from './Grid';
function App() {
return (
-
diff --git a/src/Grid.tsx b/src/Grid.tsx
index 918850a..0dc0bf5 100644
--- a/src/Grid.tsx
+++ b/src/Grid.tsx
@@ -2,7 +2,7 @@ import React from 'react';
const ResponsiveGrid = ({first, second}: any) => {
return (
-