Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzaizzat committed May 3, 2024
1 parent d38f78b commit 26742e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import styled from 'styled-components';
import { useModalActions } from '~/contexts/modal/ModalContext';
import { useToastActions } from '~/contexts/toast/ToastContext';
import { contexts } from '~/shared/analytics/constants';
import useDeleteGallery from '~/shared/hooks/useDeleteGallery';

import { Button } from '../core/Button/Button';
import { HStack } from '../core/Spacer/Stack';
import { BaseM } from '../core/Text/Text';
import useDeleteGallery from '~/shared/hooks/useDeleteGallery';

type Props = {
galleryId: string;
Expand Down

0 comments on commit 26742e0

Please sign in to comment.