mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 09:56:57 +00:00
4 lines
77 B
TypeScript
4 lines
77 B
TypeScript
const Contact = () => <div>Hello "/contact"!</div>;
|
|
|
|
export default Contact;
|