fix: revert preact switch from 46c52c3ef1

This commit is contained in:
David Ralph
2023-03-21 19:59:16 +00:00
parent f6f057d354
commit 83aa6ff341
90 changed files with 324 additions and 273 deletions

View File

@@ -1,5 +1,5 @@
import variables from 'modules/variables';
import { PureComponent } from 'preact/compat';
import { PureComponent } from 'react';
import { ToastContainer } from 'react-toastify';
import Background from 'components/widgets/background/Background';