Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Apr 8, 2024
1 parent 931bf48 commit 0bc74da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/squareone/src/pages/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function DemoPage({ publicRuntimeConfig }) {
);
}

SupportPage.getLayout = function getLayout(page) {
DemoPage.getLayout = function getLayout(page) {
return <MainContent>{page}</MainContent>;
};

Expand Down

0 comments on commit 0bc74da

Please sign in to comment.