Get rid of legacy JS

This commit is contained in:
Aarni Koskela
2019-09-23 16:05:11 +03:00
parent e3c8a8ab0e
commit e3c256d61c
17 changed files with 49 additions and 87 deletions

View 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>;
}