Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thansen committed Dec 18, 2023
1 parent c761367 commit d0b32ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/Components/Map/Inputs/Hamburger.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import React, { useEffect, useRef, useState } from 'react';
import '../../../css/siderbar.css';
import { getAllSurveyData } from '../../../queries/conditions';
import { SurveyListItem } from '../../../models/models';

import '../../../css/sidebar.css';

interface HamburgerProps {
/** Indicates if the sidebar is currently open. */
isOpen: boolean;
Expand Down

0 comments on commit d0b32ae

Please sign in to comment.