Sửa lỗi backend để chạy phần đăng ký
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import { jsx as _jsx } from "react/jsx-runtime";
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom/client';
|
||||
import './index.css';
|
||||
import App from './App.js';
|
||||
ReactDOM.createRoot(document.getElementById('root')).render(_jsx(React.StrictMode, { children: _jsx(App, {}) }));
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user