Skip to content

Commit

Permalink
add todo's
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Feb 8, 2024
1 parent d79b32a commit 8e613ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// TODO: Adjust site metadata
// TODO: Adjust components props types
// TODO: Add 404 page

import type { Metadata } from 'next'

import Footer from '@/components/footer'
Expand Down
2 changes: 2 additions & 0 deletions src/components/sections/projects/project-card.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// TODO: Add projects individual routes

import Card from '@/components/ui/card'
import Heading from '@/components/ui/heading'
import ImagePlaceholder from '@/components/ui/image-placeholder'
Expand Down

0 comments on commit 8e613ef

Please sign in to comment.