Skip to content

Commit

Permalink
fix: keep @ts-ignore for headingIcon in library #476
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Oct 25, 2024
1 parent 0d54b46 commit 4b85cba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions javascript/components/HeadingIndicator.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React, { ReactElement } from "react";

import SymbolLayer from "./SymbolLayer";
// @ts-ignore
import headingIcon from "../../assets/heading.png";
import BaseProps from "../types/BaseProps";

Expand Down
1 change: 0 additions & 1 deletion javascript/types/png.d.ts

This file was deleted.

0 comments on commit 4b85cba

Please sign in to comment.