mirror of
https://github.com/YouXam/claude-code-usage-dashboard.git
synced 2025-12-21 21:54:38 +08:00
init
This commit is contained in:
7
client/main.tsx
Normal file
7
client/main.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import { App } from './App';
|
||||
import './styles.css';
|
||||
|
||||
const root = createRoot(document.getElementById('root')!);
|
||||
root.render(<App />);
|
||||
Reference in New Issue
Block a user