Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
Remove unused d3 import
  • Loading branch information
mehaase committed Aug 7, 2023
1 parent 69f380e commit 7325579
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// 1. Font Store ////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////

import { create } from "d3-selection";

interface IFontStore {
getFont(descriptor: FontDescriptor): IFont;
loadFonts(descriptors: FontDescriptor[], timeout: number): Promise<void>;
Expand Down

0 comments on commit 7325579

Please sign in to comment.