Register BlogPost route in App.tsx
cgen-e1b9554d13e3445cbc27dc1f69b70793
This commit is contained in:
parent
7f06edee12
commit
d664ab648b
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ import DocsOverview from "./pages/docs/DocsOverview";
|
|||
import DocsTutorials from "./pages/docs/DocsTutorials";
|
||||
import Tutorials from "./pages/Tutorials";
|
||||
import Blog from "./pages/Blog";
|
||||
import BlogPost from "./pages/BlogPost";
|
||||
import Community from "./pages/Community";
|
||||
import Support from "./pages/Support";
|
||||
import Status from "./pages/Status";
|
||||
|
|
|
|||
Loading…
Reference in a new issue