Skip to content

Commit

Permalink
example of fixing the index.js generation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbarry86 committed Nov 16, 2023
1 parent f47c1be commit 5653c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/SvgIcons/VirtoBuild/index.js

This file was deleted.

5 changes: 2 additions & 3 deletions src/SvgIcons/VirtoBuild/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { SvgIconProps } from "../SvgIcons.types";
import VirtoBuild from "./VirtoBuild";

export type VirtoBuildProps = SvgIconProps;

declare const VirtoBuild: React.FC<VirtoBuildProps>;

export default VirtoBuild;
export default VirtoBuild as React.FC<VirtoBuildProps>;

0 comments on commit 5653c40

Please sign in to comment.