mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 20:57:08 +08:00
4 lines
62 B
TypeScript
4 lines
62 B
TypeScript
export const Component = () => {
|
|
return <div>/404</div>;
|
|
};
|