mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-30 00:29:46 +08:00
chore: Unified registration and path specification
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@pathfinder/logger",
|
||||
"name": "@affine/logger",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "dist/src/index.js",
|
||||
|
||||
@@ -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