Skip to content
Snippets Groups Projects
Commit e3648833 authored by Moritz Stueckler's avatar Moritz Stueckler
Browse files

fix: remove unused import

parent 316c332f
No related branches found
No related tags found
1 merge request!1Feat/sidebar initial design
import React, { CSSProperties, useState } from 'react'; import React, { CSSProperties } from 'react';
import SidebarContainer from './SidebarContainer'; import SidebarContainer from './SidebarContainer';
import SidebarListElement from './SidebarListElement'; import SidebarListElement from './SidebarListElement';
import type { PointOfInterest } from '../types/PointOfInterest'; import type { PointOfInterest } from '../types/PointOfInterest';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment