redirect / to library

This commit is contained in:
Aria Moradi
2021-02-20 02:41:30 +03:30
parent 2bbebe4c30
commit 9a282c3bf4
2 changed files with 8 additions and 18 deletions

View File

@@ -1,13 +0,0 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
import React from 'react';
export default function Home() {
return (
<h1>
Hint: Click Tn The Top Left Menu Button
</h1>
);
}