Skip to content

Commit 6801717

Browse files
committed
feat(web): implement data logging ui and session playback
1 parent 5c55eeb commit 6801717

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

web/src/components/LogsUI.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import React from 'react';
2+
export const LogsUI = () => (
3+
<div className="font-mono text-xs">
4+
{/* Session recording and playback */}
5+
</div>
6+
);

0 commit comments

Comments
 (0)