Skip to content

Commit

Permalink
prevent reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kong committed Sep 30, 2024
1 parent 5889757 commit 6a2acc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';

import { expandIcon } from '../../index'
import { expandIcon } from '../../images';

const lightbulbIcon = <img alt="Lightbulb icon for helpful tips" src={`${process.env.CDN_URL}/images/pages/activity_analysis/lightbulb.svg`} />

Expand Down

0 comments on commit 6a2acc6

Please sign in to comment.