diff --git a/app/routes/short-links_.create.tsx b/app/routes/short-links_.create.tsx index 01ee89a..7f602a6 100644 --- a/app/routes/short-links_.create.tsx +++ b/app/routes/short-links_.create.tsx @@ -1,4 +1,5 @@ import { + Button, Container, FormControl, FormHelperText, @@ -108,6 +109,9 @@ export default function () { not provide one. Max 256 characters. + ); }