Skip to content

Commit

Permalink
fix(ci): adjust the order of line
Browse files Browse the repository at this point in the history
  • Loading branch information
rueshyna authored and JulesGuesnon committed Aug 11, 2023
1 parent b9f9791 commit 2352a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import type { AppProps } from "next/app";
import { usePathname } from "next/navigation";
import { useRouter } from "next/router";
import { useReducer, useEffect, useState } from "react";
import ReactGA from "react-ga4";
import Autocomplete from "../components/Autocomplete";
import Banner from "../components/Banner";
import Sidebar from "../components/Sidebar";
Expand All @@ -27,7 +28,6 @@ import {
} from "../context/state";
import "../styles/globals.css";
import Proposals from "./proposals";
import ReactGA from "react-ga4";

ReactGA.initialize(GA_TRACKING_ID);

Expand Down

0 comments on commit 2352a45

Please sign in to comment.