1
0
Fork 0

🚧 More work on React components

This commit is contained in:
Joost De Cock 2019-04-27 12:21:41 +02:00
parent e7b7c5a7dd
commit f8e3d6ceb5
27 changed files with 25 additions and 233 deletions

View file

@ -1,6 +1,6 @@
import React, { useState } from "react";
import PropTypes from "prop-types";
import FormFieldBool from "../../form/FormFieldBool";
import FormFieldBool from "../../.form/FormFieldBool";
import OptionPreamble from "../OptionPreamble";
const PatternOptionBool = props => {