1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

🧹 Cleanup

This commit is contained in:
Stefano Pigozzi 2021-05-07 17:42:20 +02:00
parent 112c40a372
commit d7e55e556d
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -1,6 +1,4 @@
import React, { useState } from "react"
import Style from "./BoxRepositoryCreate.module.css"
import classNames from "classnames"
import React from "react"
import BoxFull from "../base/BoxFull"
import FormLabelled from "../base/FormLabelled"
import FormLabel from "../base/formparts/FormLabel"
@ -20,7 +18,6 @@ export default function BoxRepositoryCreate({ ...props }) {
save,
} = useRepositoryEditor()
return (
<BoxFull header={"Create repository"} {...props}>
<FormLabelled>