From 764e692c75996563cf2a29c0c5e55fbef9bfa28f Mon Sep 17 00:00:00 2001 From: ComposedNebula <81245965+nbottari9@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:10:35 -0400 Subject: [PATCH] fix:: fix amplify outputs --- src/app/layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.js b/src/app/layout.js index 9e7423f..4f06a83 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -19,7 +19,7 @@ import { ThemeContext, ThemeContextProvider } from "@/contexts/ThemeContext"; import { DragDropContext } from "@hello-pangea/dnd"; import { Amplify } from "aws-amplify"; -import outputs from "../../amplifyconfiguration.json"; +import outputs from "../../amplify_outputs.json"; // MainApp is the main high-level layout component that wraps around other components in this application. const MainApp = ({ children }) => {