Skip to content

Commit

Permalink
fix : cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
pinomaker-hoo committed Dec 4, 2023
1 parent 7732a39 commit 8e71fb2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions src/components/imagePreview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ interface PropsType {
borderRadius?: string | number
setPath: (e: string) => void
}

const ImagePreview = ({
export const ImagePreview = ({
setPath,
image,
boxColor,
Expand Down Expand Up @@ -104,5 +103,3 @@ const ImagePreview = ({
</Box>
)
}

export default ImagePreview
2 changes: 1 addition & 1 deletion src/pages/setting-page/setting-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Color from '@/constants/color'

// ** Componet Imports
import { InputTextField } from '@/components/TextInput'
import ImagePreview from '@/components/ImagePreview'
import { ImagePreview } from '@/components/ImagePreview'

// ** Type Imporst
import type { UserV0 } from '@/types/user'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/workspace-add-page/workspace-add-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ChangeEvent } from 'react'
import { Box, Button, Typography } from '@mui/material'

// ** Component Imports
import ImagePreview from '@/components/ImagePreview'
import { ImagePreview } from '@/components/ImagePreview'
import { InputTextField } from '@/components/TextInput'

// ** Constant Imports
Expand Down
2 changes: 1 addition & 1 deletion src/pages/workspace-page/workspace-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Color from '@/constants/color'

// ** Component Imports
import { InputTextField } from '@/components/TextInput'
import ImagePreview from '@/components/ImagePreview'
import { ImagePreview } from '@/components/ImagePreview'
import ImageBox from '@/components/Image'
import { ContextBox } from '@/components/ContentBox'

Expand Down

0 comments on commit 8e71fb2

Please sign in to comment.