Skip to content

Commit

Permalink
Fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierJM authored Sep 27, 2023
1 parent 3b27a6b commit 2b2856c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/portal.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";

import LandingPage from "@components/landingPage";
import LandingPage from "@components/LandingPage";
import React from "react";

const Home: React.FC = (props) => {
Expand Down

0 comments on commit 2b2856c

Please sign in to comment.