liamrdawson / photography-v2.0

A modern photography website leveraging TypeScript, Next and React. Using my custom built component library based on Atomic Design principles.
1 stars 0 forks source link

replace props: any with interface prop types #6

Closed liamrdawson closed 3 years ago

liamrdawson commented 3 years ago

Fixes #5

I've replaced the use of props: any with an interface.