Fix newline at the end of AppShelfItem

This commit is contained in:
ajnart
2022-11-22 14:05:03 +09:00
parent 195e1ba946
commit f3a7aafe87

View File

@@ -142,4 +142,4 @@ export function AppShelfItem(props: any) {
</Card> </Card>
</motion.div> </motion.div>
); );
} }