Skip to content

Commit

Permalink
chore: replace button
Browse files Browse the repository at this point in the history
  • Loading branch information
r1skz3ro committed Jul 16, 2024
1 parent 5f93e01 commit 30676ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/pages/People/People.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { usePeople } from './People.hook';
import Image from 'next/image';

import { Typography } from '@app/components/common/Typography';
import { Button, Menu, MenuButton, MenuItem, MenuItems, Transition } from '@headlessui/react';
import { Menu, MenuButton, MenuItem, MenuItems, Transition } from '@headlessui/react';
import { Fragment } from 'react';
import { DotVerticalIcon } from '@app/static/icons/DotVerticalIcon';
import Link from 'next/link';
Expand All @@ -18,6 +18,7 @@ import { bands, employeeMenuOptions } from './People.utils';
import { PeopleTableForm } from './People.interface';
import { CheckMarkIcon } from '@app/static/icons/CheckMarkIcon';
import { routes } from '@app/constants';
import { Button } from '@app/components/common/Button';

export const People = () => {
const {
Expand Down

0 comments on commit 30676ed

Please sign in to comment.