From db5daef39672881e4cd29908bf26cbc5f19417ba Mon Sep 17 00:00:00 2001 From: ericdrosas87 <43484316+ericdrosas87@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:17:39 -0700 Subject: [PATCH] dummy commit to retrigger build --- app/[locale]/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index cb8e25f..4f9829c 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -7,3 +7,4 @@ const RootPage: FunctionComponent = ({ params: { locale } }) => { }; export default RootPage; +