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,6 +1,6 @@
import variables from 'modules/variables';
import { useState, memo } from 'preact/compat';
import { useState, memo } from 'react';
import Checkbox from '../Checkbox';
import Dropdown from '../Dropdown';