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,6 +1,6 @@
/* eslint-disable array-callback-return */
import variables from 'modules/variables';
import { PureComponent } from 'react';
import { PureComponent } from 'preact/compat';
import { MdShowChart } from 'react-icons/md';
import { FaTrophy } from 'react-icons/fa';