refactoring, using different pattern for page injection and reusing same pattern for both popup and content scripts
This commit is contained in:
5
src/views/components/PopupMain.tsx
Normal file
5
src/views/components/PopupMain.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function PopupMain() {
|
||||
return <div>popup</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user