mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
🧹 Cleanup
This commit is contained in:
parent
112c40a372
commit
d7e55e556d
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue