mirror of
https://github.com/mue/mue.git
synced 2026-07-26 02:01:19 +02:00
experimental: switch to preact
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import { render } from 'react-dom';
|
||||
/* eslint-disable import/first */
|
||||
if (process.env.NODE_ENV==='development') {
|
||||
import("preact/debug");
|
||||
}
|
||||
|
||||
import { render } from 'preact';
|
||||
import * as Sentry from '@sentry/react';
|
||||
|
||||
import App from './App';
|
||||
|
||||
Reference in New Issue
Block a user