chore: Unified registration and path specification

This commit is contained in:
tzhangchi
2022-12-28 11:06:56 +08:00
committed by DarkSky
parent 8a8559e1fe
commit bf81203353
21 changed files with 33 additions and 37 deletions
+1 -1
View File
@@ -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;