Skip to content

Commit

Permalink
Merge pull request #1807 from Artsdatabanken/hotfix/removeHome
Browse files Browse the repository at this point in the history
remove unused var
  • Loading branch information
helemork authored Dec 14, 2023
2 parents d1776f8 + 164146e commit de2645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kartlag/Breadcrumbs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from "react";
import { ChevronRight, Home, ChevronLeft } from "@material-ui/icons";
import { ChevronRight, ChevronLeft } from "@material-ui/icons";
import språk from "../Funksjoner/språk";

const Breadcrumbs = ({ isstartpage, onNavigate, meta }) => {
Expand Down

0 comments on commit de2645c

Please sign in to comment.