mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat: module resolve
feat: module resolve fix: logger repository fix: module resolve chore: add workflow for module resolve chore: update workflow env chore: update workflow install chore: update workflow env for npm token chore: test docker chore: update workflow env
This commit is contained in:
9
packages/logger/src/Logger.tsx
Normal file
9
packages/logger/src/Logger.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { useEffect } from 'react';
|
||||
|
||||
export const Logger = () => {
|
||||
useEffect(() => {
|
||||
console.log('@pathfinder/logger: Render Track');
|
||||
}, []);
|
||||
|
||||
return null;
|
||||
};
|
||||
1
packages/logger/src/index.ts
Normal file
1
packages/logger/src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { Logger } from './Logger';
|
||||
Reference in New Issue
Block a user