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
+1 -1
View File
@@ -82,4 +82,4 @@ function Camera({ name }) {
return (
<Card buttons={buttons} href={href} header={name} icons={icons} media={<CameraImage camera={name} stretch />} />
);
}
}