Skip to content

Commit 17890ec

Browse files
authored
Refactor icon exports for Science and Calculate
Signed-off-by: L Hemanth <143311872+Canbow@users.noreply.github.com>
1 parent 4e6450c commit 17890ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/icons/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ export * from './Visibility';
131131
export * from './Visualizer';
132132
export * from './Warning';
133133
export * from './Workspace';
134-
export * from './Science/index'
135-
export * from './Calculate/Calculate'
134+
export * from './Science'
135+
export * from './Calculate'

0 commit comments

Comments
 (0)