refactor: Replace Webpack with Vite (#53)
This commit is contained in:
5
src/pages/popup/index.tsx
Normal file
5
src/pages/popup/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import PopupMain from '../../views/components/PopupMain';
|
||||
|
||||
createRoot(document.getElementById('root')).render(<PopupMain />);
|
||||
Reference in New Issue
Block a user