Skip to content

Commit

Permalink
More errors
Browse files Browse the repository at this point in the history
  • Loading branch information
édouard wautier authored and édouard wautier committed Apr 4, 2024
1 parent 9e20b2d commit ea6040b
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import type { ParsedUrlQuery } from "querystring";
import React from "react";

import { Grid, H1 } from "@app/components/home/contentComponents";
import { ArtSection } from "@app/pages/website/Product/ArtSection";
import { IntroSection } from "@app/pages/website/Product/IntroSection";
import { TeamSection } from "@app/pages/website/Product/TeamSection";
import { ArtSection } from "@app/components/home/website/Product/ArtSection";
import { IntroSection } from "@app/components/home/website/Product/IntroSection";
import { TeamSection } from "@app/components/home/website/Product/TeamSection";

interface ProductPageProps {
getReturnToUrl: (routerQuery: ParsedUrlQuery) => string;
Expand Down
File renamed without changes.
14 changes: 7 additions & 7 deletions front/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ import { useCookies } from "react-cookie";
import { A } from "@app/components/home/contentComponents";
import Particles, { particuleShapes } from "@app/components/home/particles";
import ScrollingHeader from "@app/components/home/scrollingHeader";
import { ForCustomerSupport } from "@app/components/home/website/ForCustomerSupport";
import { ForMarketing } from "@app/components/home/website/ForMarketing";
import { ForPeople } from "@app/components/home/website/ForPeople";
import { Navigation } from "@app/components/home/website/Navigation";
import { PricingPage } from "@app/components/home/website/PricingPage";
import { ProductPage } from "@app/components/home/website/ProductPage";
import { SecurityPage } from "@app/components/home/website/SecurityPage";
import { SubscriptionContactUsDrawer } from "@app/components/SubscriptionContactUsDrawer";
import { trackPageView } from "@app/lib/amplitude/browser";
import { getSession } from "@app/lib/auth";
import { getUserFromSession } from "@app/lib/iam/session";
import { makeGetServerSidePropsRequirementsWrapper } from "@app/lib/iam/session";
import { classNames } from "@app/lib/utils";
import { ForCustomerSupport } from "@app/pages/website/ForCustomerSupport";
import { ForMarketing } from "@app/pages/website/ForMarketing";
import { ForPeople } from "@app/pages/website/ForPeople";
import { Navigation } from "@app/pages/website/Navigation";
import { PricingPage } from "@app/pages/website/PricingPage";
import { ProductPage } from "@app/pages/website/ProductPage";
import { SecurityPage } from "@app/pages/website/SecurityPage";

const { GA_TRACKING_ID = "" } = process.env;

Expand Down

0 comments on commit ea6040b

Please sign in to comment.