Skip to content

Commit

Permalink
Removed unintended addition to slug file
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhhelgeson committed Nov 2, 2023
1 parent e240142 commit e0df2ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/samples/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export const pages: PageComponentType = {
'A-buffer': dynamic(() => import('../../sample/a-buffer/main')),
bitonicSort: dynamic(() => import('../../sample/bitonicSort/main')),
normalMap: dynamic(() => import('../../sample/normalMap/main')),
convolution: dynamic(() => import('../../sample/convolution/main')),
};

function Page({ slug }: Props): JSX.Element {
Expand Down

0 comments on commit e0df2ea

Please sign in to comment.