Skip to content

Commit

Permalink
OV-13: - remove icons from components to common directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JKaypa committed Aug 26, 2024
1 parent 037263e commit c7b1a3c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion frontend/src/bundles/common/components/components.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export { Button } from './button/button.js';
export { Header } from './header/header.js';
export { IconMap } from './icon/icon.js';
export { Input } from './input/input.js';
export { Link } from './link/link.js';
export { Loader } from './loader/loader.js';
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/bundles/common/components/side-bar/side-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
Flex,
Icon,
IconButton,
IconMap,
Spacer,
} from '~/bundles/common/components/components.js';
import { AppRoute } from '~/bundles/common/enums/enums.js';
Expand All @@ -15,10 +14,10 @@ import {
useNavigate,
useState,
} from '~/bundles/common/hooks/hooks.js';
import { IconMap, Size } from '~/bundles/common/icons/icons.js';
import { type ValueOf } from '~/bundles/common/types/types.js';
import { UserCard, UserCircle } from '~/bundles/users/components/components.js';

import { Size } from '../icon/icon.js';
import {
CollapseButton,
CollapseButtonLink,
Expand Down
File renamed without changes.

0 comments on commit c7b1a3c

Please sign in to comment.