mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-12 00:03:12 +00:00
Get rid of legacy JS
This commit is contained in:
7
components/EmailComponent.jsx
Normal file
7
components/EmailComponent.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
import React from "react";
|
||||
|
||||
export default function EmailComponent() {
|
||||
return <a href="mailto:info@koodiklinikka.fi">info@koodiklinikka.fi</a>;
|
||||
}
|
||||
Reference in New Issue
Block a user