Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridel1e committed Feb 4, 2024
1 parent 139d524 commit 57eb669
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/common/Layout/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Modal } from '@ergolabs/ui-kit';
import { FC, PropsWithChildren, useEffect, useRef, useState } from 'react';
import { useLocation } from 'react-router-dom';
import {
distinctUntilChanged,
filter,
Expand Down Expand Up @@ -55,7 +54,6 @@ const _Layout: FC<PropsWithChildren<{ className?: string }>> = ({
const ref = useRef<HTMLDivElement>(null);
const footerRef = useRef<HTMLDivElement>(null);
const [scrolledTop, setScrolledTop] = useState(true);
const location = useLocation();

useEffect(() => {
openCookiePolicy();
Expand Down

0 comments on commit 57eb669

Please sign in to comment.