Skip to content

Commit 64c9f04

Browse files
committed
refactor(apps): split github thumbnail generator into themes
1 parent 20656bd commit 64c9f04

File tree

4 files changed

+1724
-1609
lines changed

4 files changed

+1724
-1609
lines changed

src/components/AnimatedRoutes.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const PatternGeneratorPage = lazy(() => import('../pages/apps/PatternGeneratorPa
117117
const CodeblockCreatorPage = lazy(() => import('../pages/apps/CodeblockCreatorPage'));
118118
const AlbumCoverPage = lazy(() => import('../pages/apps/AlbumCoverPage'));
119119
const TweetCreatorPage = lazy(() => import('../pages/apps/TweetCreatorPage'));
120-
const GithubThumbnailGeneratorPage = lazy(() => import('../pages/apps/GithubThumbnailGeneratorPage'));
120+
const GithubThumbnailGeneratorPage = lazy(() => import('../pages/apps/github-thumbnail/GithubThumbnailGeneratorPage'));
121121
const RoadmapViewerPage = lazy(() => import('../pages/roadmap/FezzillaPage'));
122122
const RoadmapItemDetailPage = lazy(() => import('../pages/roadmap/RoadmapItemDetailPage'));
123123
const PinnedAppPage = lazy(() => import('../pages/PinnedAppPage'));

0 commit comments

Comments
 (0)