experimental: switch to preact

This commit is contained in:
David Ralph
2023-03-16 12:14:28 +00:00
parent fa5fd00de9
commit 46c52c3ef1
90 changed files with 287 additions and 347 deletions

View File

@@ -1,5 +1,5 @@
import variables from 'modules/variables';
import { PureComponent } from 'react';
import { PureComponent } from 'preact/compat';
import { MdOutlineDragIndicator } from 'react-icons/md';
import { sortableContainer, sortableElement } from 'react-sortable-hoc';
import { toast } from 'react-toastify';