📝 Adding elements to Comic Detail page

This commit is contained in:
2021-06-12 11:32:18 -07:00
parent 2b3fcbfeb5
commit 7ea962952a
4 changed files with 48 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ class App extends React.Component<Record<string, unknown>, undefined> {
<Import path={"./comics"} />
</Route>
<Route
path={"/comic/details/:mongoObjId"}
path={"/comic/details/:comicObjectId"}
component={ComicDetail}
/>
</Switch>