From 89f58f2214f9e28496c5b8f1a6c2039cc72ac132 Mon Sep 17 00:00:00 2001 From: ~latter-bolden Date: Fri, 6 Dec 2024 13:35:05 -0600 Subject: [PATCH] include in new web --- apps/tlon-web-new/src/app.tsx | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/apps/tlon-web-new/src/app.tsx b/apps/tlon-web-new/src/app.tsx index c2e2f702ea..41cd019b98 100644 --- a/apps/tlon-web-new/src/app.tsx +++ b/apps/tlon-web-new/src/app.tsx @@ -18,7 +18,7 @@ import { Provider as TamaguiProvider } from '@tloncorp/app/provider'; import { AppDataProvider } from '@tloncorp/app/provider/AppDataProvider'; import { sync } from '@tloncorp/shared'; import * as store from '@tloncorp/shared/store'; -import { LoadingSpinner, View } from '@tloncorp/ui'; +import { LoadingSpinner, StoreProvider, View } from '@tloncorp/ui'; import cookies from 'browser-cookies'; import { usePostHog } from 'posthog-js/react'; import React, { PropsWithChildren, useEffect, useState } from 'react'; @@ -184,18 +184,20 @@ const App = React.memo(function AppComponent() { - {dbIsLoaded ? ( - - ) : ( - - - - )} + + {dbIsLoaded ? ( + + ) : ( + + + + )} +