mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-31 16:49:49 +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