Skip to content

Commit

Permalink
add: upload stories
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishitbaria committed Sep 12, 2024
1 parent 3e057a5 commit 8690fd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -50,6 +50,7 @@ const App = () => {
<Route path="/settings" element={<Settings />} />
<Route path="/privacypolicy" element={<PrivacyPolicy />} />
<Route path="/licensing" element={<Licensing />} />
<Route path="/upload-story" element={<CreateStory />} />
<Route path="/termsandconditions" element={<TermsandConditions />} />
</Route>

Expand Down

0 comments on commit 8690fd4

Please sign in to comment.