mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
import { ClockIcon } from '@toeverything/components/common';
|
|
function PageHistoryPortal() {
|
|
return <ClockIcon />;
|
|
}
|
|
|
|
export { PageHistoryPortal };
|