From 6ebf3b2f444a72bf207077d0cc3b93ed3c02f613 Mon Sep 17 00:00:00 2001 From: Greg B Date: Tue, 11 Aug 2020 01:19:28 -0400 Subject: [PATCH] Update index.tsx make it work --- src/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 0fd8a58..71c12ef 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -9,7 +9,7 @@ import { initialData } from "./helpers/initialData" // Import Components import {StatsRow} from "./components/StatsRow" -import {InnerContainer} from "./components/InnerContainer" +import {innerContainer} from "./components/InnerContainer" import {StatsColumn} from "./components/StatsColumn" @@ -130,4 +130,4 @@ const styleSheet = ` ` // Render the application -Renderer.render() \ No newline at end of file +Renderer.render()