Skip to content

Commit

Permalink
chore(example): import from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
rektdeckard committed Mar 29, 2024
1 parent 85ff7a7 commit 1c126f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/App.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useState, useCallback } from "react";

import * as Icons from "..";
import { IconContext } from "..";
import type { IconWeight, Icon } from "..";
import * as Icons from "../dist";
import { IconContext } from "../dist";
import type { IconWeight, Icon } from "../dist";
import { icons } from "../core/src/icons";
import { CustomIcon } from "./CustomIcon";
import { At } from "../dist/ssr";
Expand Down

0 comments on commit 1c126f8

Please sign in to comment.