mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 16:16:46 +08:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
// todo
|
|
export function useLocationTitle(): string {
|
|
return 'AFFiNE';
|
|
}
|