diff --git a/src/App.tsx b/src/App.tsx
index e11a960..9c7c1fe 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -53,21 +53,19 @@ const App = () => {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/StandardFrame.tsx b/src/StandardFrame.tsx
index 65fc076..10b5fe8 100644
--- a/src/StandardFrame.tsx
+++ b/src/StandardFrame.tsx
@@ -1,7 +1,7 @@
import React from "react";
const StandardFrame: React.FC = ({ children }) => (
-
{children}
+ {children}
);
export default StandardFrame;