remove comment
This commit is contained in:
parent
68927919fc
commit
b38b681aee
@ -1,13 +1,6 @@
|
|||||||
import type { NextPage } from "next";
|
import type { NextPage } from "next";
|
||||||
import Layout from "../components/Blog/Layout";
|
import Layout from "../components/Blog/Layout";
|
||||||
|
|
||||||
/*
|
|
||||||
- MIT License
|
|
||||||
- MDI (Material Design Icons) by Google, Apache License 2.0
|
|
||||||
- Simple Icons by Simple Icons Contributors, CC0 1.0 Universal
|
|
||||||
- SASS Logo by Sass team, CC BY-NC-SA 3.0
|
|
||||||
*/
|
|
||||||
|
|
||||||
const Copyright: NextPage = () => {
|
const Copyright: NextPage = () => {
|
||||||
return <Layout>
|
return <Layout>
|
||||||
<h1>Copyright</h1>
|
<h1>Copyright</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user