Skip to content

Commit

Permalink
style: remove unused import codes
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLightQP committed Nov 12, 2024
1 parent 780e491 commit eddf05d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/components/Dialogs/ImageDetailModal.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client';

import React from 'react';
import { Modal, ModalBody, ModalCloseButton, ModalContent, ModalOverlay, useDisclosure } from '@chakra-ui/react';
import { Modal, ModalBody, ModalContent, ModalOverlay, useDisclosure } from '@chakra-ui/react';
import Image from 'next/image';
import styled from '@emotion/styled';
import Colors from '../../styles/Colors';
Expand Down
9 changes: 1 addition & 8 deletions src/components/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@

import React from 'react';
import styled from '@emotion/styled';
import {
RiArrowDownWideLine,
RiArrowDropDownFill,
RiArrowDropDownLine,
RiArticleLine,
RiGithubFill,
RiMailLine
} from '@remixicon/react';
import { RiArrowDropDownLine, RiArticleLine, RiGithubFill, RiMailLine } from '@remixicon/react';
import Colors from '../../styles/Colors';
import { IconLink } from '../Link/IconLink';
import Breakpoint from '../../styles/Breakpoint';
Expand Down
2 changes: 1 addition & 1 deletion src/components/SocialLinkView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
RiPencilFill
} from '@remixicon/react';
import styled from '@emotion/styled';
import { LargeContentText, SectionTitle } from '../Typography';
import { SectionTitle } from '../Typography';
import { Space } from '../Space';
import { SocialLink } from '../Link/SocialLink';
import Breakpoint from '../../styles/Breakpoint';
Expand Down

0 comments on commit eddf05d

Please sign in to comment.