Add newline at end of camera file

This commit is contained in:
Nick Mowen 2022-03-17 14:00:54 -06:00
parent 7cf35f171b
commit 778046cb5c

View File

@ -82,4 +82,4 @@ function Camera({ name }) {
return ( return (
<Card buttons={buttons} href={href} header={name} icons={icons} media={<CameraImage camera={name} stretch />} /> <Card buttons={buttons} href={href} header={name} icons={icons} media={<CameraImage camera={name} stretch />} />
); );
} }