Move to react

This commit is contained in:
Shin'ya Ueoka 2019-04-29 09:13:59 +09:00
parent 8773a4ec28
commit 55f15c9350
22 changed files with 58 additions and 56 deletions

View file

@ -1,4 +1,4 @@
import { h, render } from 'preact';
import { render } from 'react';
import Input from 'settings/components/ui/input'
describe("settings/ui/Input", () => {