mirror of
https://github.com/mue/mue.git
synced 2026-07-17 05:54:14 +02:00
fix: revert preact switch from 46c52c3ef1
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user