mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-12-06 10:17:31 +01: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