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 6e55eb0 commit c761367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/Components/Conditions/InfoButton.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useCallback, useEffect, useRef, useState } from 'react';
import '../../css/infoButton.css';
import '../../css/infobutton.css';

/**
* A small button showing information and instructions to use the webapp.
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Components/Map/Inputs/Hamburger.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useEffect, useRef, useState } from 'react';
import '../../../css/sidebar.css';
import '../../../css/siderbar.css';
import { getAllSurveyData } from '../../../queries/conditions';
import { SurveyListItem } from '../../../models/models';

Expand Down

0 comments on commit c761367

Please sign in to comment.