mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 05:07:06 +08:00
chore: Unified registration and path specification
This commit is contained in:
@@ -2,7 +2,7 @@ import { useEffect } from 'react';
|
||||
|
||||
export const Logger = () => {
|
||||
useEffect(() => {
|
||||
console.log('@pathfinder/logger: Render Track');
|
||||
console.log('@affine/logger: Render Track');
|
||||
}, []);
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user