Remove React imports from example-client

This commit is contained in:
Kenneth Allen 2021-05-22 18:30:57 +10:00
parent 3b653106c2
commit a9295e1f4f
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import React from 'react';
import { render, screen } from '@testing-library/react';
import App from './App';

View File

@ -1,4 +1,4 @@
import React, { useState } from 'react';
import { useState } from 'react';
import './App.css';
import useKetchup from 'ketchup-react'
import { reducer } from 'example-common'