mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Wi-Fi settings form
This commit is contained in:
		@@ -7,10 +7,10 @@
 | 
			
		||||
 | 
			
		||||
import React from "react";
 | 
			
		||||
import { render } from "customTestRender";
 | 
			
		||||
import { API_STATE } from "api/utils";
 | 
			
		||||
import {
 | 
			
		||||
    withEither, withSpinner, withSending, withSpinnerOnSending, withError, withErrorMessage,
 | 
			
		||||
} from "../conditionalHOCs";
 | 
			
		||||
import { API_STATE } from "api/utils";
 | 
			
		||||
 | 
			
		||||
describe("conditional HOCs", () => {
 | 
			
		||||
    const First = () => <p>First</p>;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user