From 8ebb23b1e96a8c16e0899a3bf6090497f4d0f7ca Mon Sep 17 00:00:00 2001 From: XCODE89 Date: Mon, 9 Sep 2024 10:09:47 -0300 Subject: [PATCH] OV-44: * formatted --- frontend/src/bundles/common/pages/not-found/not-found.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/bundles/common/pages/not-found/not-found.tsx b/frontend/src/bundles/common/pages/not-found/not-found.tsx index 45ac6114f..5f9620fe7 100644 --- a/frontend/src/bundles/common/pages/not-found/not-found.tsx +++ b/frontend/src/bundles/common/pages/not-found/not-found.tsx @@ -2,7 +2,7 @@ import { Box, Center, Heading, - NotFoundAnimation + NotFoundAnimation, } from '~/bundles/common/components/components.js'; const NotFound: React.FC = () => {