From 87e8c864971d9b212337a34f55b5cedc4c4720c5 Mon Sep 17 00:00:00 2001 From: Regalijan Date: Fri, 1 Nov 2024 15:13:19 -0400 Subject: [PATCH] The create button needs to exist --- app/routes/short-links_.create.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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. + ); }