mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
Ajout zones en pavage + fix dockefiles
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react'
|
||||
import TextInput from '../util/textInput'
|
||||
import BlueButton from '../util/button'
|
||||
import { TextInput } from '../util/textInput'
|
||||
import { BlueButton } from '../util/button'
|
||||
|
||||
export default function TeamAddForm({onAddTeam}) {
|
||||
const [teamName, setTeamName] = React.useState('');
|
||||
|
||||
Reference in New Issue
Block a user