generated from lucien/actix-react-template
Hot Fix: Debug for build
This commit is contained in:
parent
2b71492587
commit
75c29c719a
3 changed files with 19 additions and 6 deletions
|
@ -1,6 +1,12 @@
|
|||
//import { useState } from "react";
|
||||
|
||||
export default function MonInput({text, new_focus, police}) {
|
||||
interface MonInputProps {
|
||||
text: string;
|
||||
new_focus: () => void;
|
||||
police: string;
|
||||
}
|
||||
|
||||
export default function MonInput({text, new_focus, police}: MonInputProps) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue