Skip to content

Commit

Permalink
refactor: Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Anton committed Jun 4, 2024
1 parent 7cf2f83 commit 15c8fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import {
IconComputer,
IconConstruction,
IconRocketLaunch,
type IIconProps,
type ISelectProps,
} from '@novu/design-system';
import { type ISelectProps } from '@novu/design-system';
import { IconComputer, IconConstruction, IconRocketLaunch, type IIconProps } from '@novu/novui/icons';
import { ROUTES, useEnvController } from '@novu/shared-web';
import { useState } from 'react';
import { matchPath, useLocation } from 'react-router-dom';
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/studio/components/LocalNavMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IconRoute, IconSettings } from '@novu/design-system';
import { IconRoute, IconSettings } from '@novu/novui/icons';
import { ROUTES } from '@novu/shared-web';
import { EnvironmentSelect } from './EnvironmentSelect/index';
import { NavMenu } from '../../components/nav/NavMenu';
Expand Down

0 comments on commit 15c8fb3

Please sign in to comment.