Skip to content

Commit

Permalink
tesing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 25, 2024
1 parent baad147 commit d88c59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import { BrowserRouter, Link, useLocation } from "react-router-dom";
import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { DSFRConfig } from "@dataesr/dsfr-plus";
import Router from "./router";
import "./styles/index.scss";
import "./styles.scss";

const { VITE_APP_MATOMO_BASE_URL, VITE_APP_MATOMO_SITE_ID } = import.meta.env;
Expand All @@ -22,8 +24,6 @@ const matomo = createInstance({
},
});

import Router from "./router";
import "./styles/index.scss";

const queryClient = new QueryClient({
defaultOptions: {
Expand Down

0 comments on commit d88c59f

Please sign in to comment.