diff --git a/src/pages/IndependentPanel/App.jsx b/src/pages/IndependentPanel/App.jsx index acbfdb3..9743c1b 100644 --- a/src/pages/IndependentPanel/App.jsx +++ b/src/pages/IndependentPanel/App.jsx @@ -13,6 +13,8 @@ import { useTranslation } from 'react-i18next' import ConfirmButton from '../../components/ConfirmButton' import ConversationCard from '../../components/ConversationCard' import DeleteButton from '../../components/DeleteButton' +import { openUrl } from '../../utils/index.mjs' +import Browser from 'webextension-polyfill' function App() { const { t } = useTranslation() @@ -128,7 +130,14 @@ function App() {
- +