mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-26 14:58:55 +08:00
6 lines
83 B
TypeScript
6 lines
83 B
TypeScript
const Affine = () => {
|
|
return <div>affine page</div>;
|
|
};
|
|
|
|
export default Affine;
|