Small changes

This commit is contained in:
2019-08-27 12:50:57 +02:00
parent b33b45ba80
commit 83b5dbadfe
3 changed files with 141 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import { FMAssignInterface } from './../Interfaces';
import { FMAssignInterface } from '../Interfaces';
import FormManager from "../FormManager"
import FMInput from "../FMInput"