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,9 +1,4 @@
/* eslint-disable import/first */
if (process.env.NODE_ENV === 'development') {
import('preact/debug');
}
import { render } from 'preact';
import { render } from 'react-dom';
import * as Sentry from '@sentry/react';
import App from './App';