mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-12 03:06:30 +02:00
chore: formatted, prettified, legacy deps
This commit is contained in:
@@ -6,8 +6,6 @@ type Props = {
|
||||
copyright: string;
|
||||
};
|
||||
|
||||
const Copyright = ({ copyright }: Props) => (
|
||||
<div className={styles.copyright}>{copyright}</div>
|
||||
);
|
||||
const Copyright = ({ copyright }: Props) => <div className={styles.copyright}>{copyright}</div>;
|
||||
|
||||
export default Copyright;
|
||||
|
Reference in New Issue
Block a user