From 8690fd48d315f3ff85b25287d76785775bc4f84e Mon Sep 17 00:00:00 2001 From: Nishitbariya <85815172+Nishitbaria@users.noreply.github.com> Date: Fri, 13 Sep 2024 01:33:55 +0530 Subject: [PATCH] add: upload stories --- src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index f87194a..5b694e8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -21,7 +21,7 @@ import PrivacyPolicy from './components/shared/PrivacyPolicy'; import Licensing from './components/shared/Licensing'; import TermsandConditions from './components/shared/TermsandConditions'; import ErrorBoundary from './components/shared/ErrorBoundary'; - +import CreateStory from "./_root/pages/CreateStory"; const App = () => { return ( @@ -50,6 +50,7 @@ const App = () => { } /> } /> } /> + } /> } />