mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-28 11:31:42 +03:00
feat: Hide obvious page hints
This commit is contained in:
parent
3e76a94730
commit
2b8b1c1f38
@ -1,7 +1,7 @@
|
|||||||
import type { NextPage } from 'next';
|
import type { NextPage } from 'next';
|
||||||
|
|
||||||
const Home: NextPage = () => {
|
const Home: NextPage = () => {
|
||||||
return <div>Home Page</div>;
|
return <div title="Home Page"></div>;
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Home;
|
export default Home;
|
||||||
|
Loading…
Reference in New Issue
Block a user