diff --git a/.env.production b/.env.production new file mode 100644 index 00000000..04849b83 --- /dev/null +++ b/.env.production @@ -0,0 +1 @@ +VITE_BASE_URL='https://api.coffee-meet.site/api' \ No newline at end of file diff --git a/src/components/common/Buttons/IconButton/NaverButton.tsx b/src/components/common/Buttons/IconButton/NaverButton.tsx index 9951fd20..1ec3a3c0 100644 --- a/src/components/common/Buttons/IconButton/NaverButton.tsx +++ b/src/components/common/Buttons/IconButton/NaverButton.tsx @@ -1,5 +1,4 @@ import NaverIcon from '@/assets/icons/NaverIcon' - import { OAuthButtonProps, StyledIconWrapper } from '@/components/common/Buttons/IconButton' import { StyledButtonText, diff --git a/src/components/common/GradationBackground/index.tsx b/src/components/common/GradationBackground/index.tsx index 97820692..fa6d8197 100644 --- a/src/components/common/GradationBackground/index.tsx +++ b/src/components/common/GradationBackground/index.tsx @@ -14,7 +14,6 @@ type GradationBackgroundProps = { const GradationBackground = ({ children, isDarkMode }: GradationBackgroundProps) => { return {children} } - const StyledGradationBackground = styled.div<{ isDarkMode: boolean }>` diff --git a/src/components/common/Input/index.tsx b/src/components/common/Input/index.tsx index 3bb3e39b..13382ae9 100644 --- a/src/components/common/Input/index.tsx +++ b/src/components/common/Input/index.tsx @@ -1,5 +1,4 @@ import styled from '@emotion/styled' - import React, { ForwardedRef } from 'react' type InputProps = {