test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import { App } from './App.tsx';
|
||||
|
||||
// import { App } from './App.tsx';
|
||||
import {AppNode as App} from './sanpack/App.tsx';
|
||||
createRoot(document.getElementById('root')!).render(<App />);
|
||||
Reference in New Issue
Block a user