mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-29 21:32:29 +03:00
88c8a408b5
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
11 lines
141 B
TypeScript
11 lines
141 B
TypeScript
import { Logger } from '../src';
|
|
|
|
const Page = () => {
|
|
return (
|
|
<div>
|
|
<h1>Track Example</h1>
|
|
<Logger />
|
|
</div>
|
|
);
|
|
};
|