mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 10:28:42 +00:00
后台 (#77)
This commit is contained in:
7
admin/src/main.tsx
Normal file
7
admin/src/main.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom/client';
|
||||
import App from './App';
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
|
||||
<App />
|
||||
);
|
Reference in New Issue
Block a user