Skip to content

Commit

Permalink
feat: Init detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
dca committed Aug 11, 2023
1 parent fcaac84 commit 7f4c829
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pokedex-for-kids-web/src/app/pokedex-kids/[name]/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

import React from 'react';

export default function Page() {
return (
<div />
);
}

0 comments on commit 7f4c829

Please sign in to comment.