mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
10 lines
187 B
TypeScript
10 lines
187 B
TypeScript
import React from 'react';
|
|
|
|
export const UIPage = () => {
|
|
return (
|
|
<div className="">
|
|
This page is used to show ui components of AFFiNE ~
|
|
</div>
|
|
);
|
|
};
|