From 1761e1635849e1c91f4837c5cb27241089ecb38f Mon Sep 17 00:00:00 2001 From: sanguu Date: Thu, 29 Sep 2022 17:10:19 +0900 Subject: [PATCH] =?UTF-8?q?=EB=82=A0=EC=94=A8=20=EB=AC=B8=EB=B2=95=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/weather/WeatherView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/weather/WeatherView.js b/src/views/weather/WeatherView.js index 8b62b5b..fadde89 100644 --- a/src/views/weather/WeatherView.js +++ b/src/views/weather/WeatherView.js @@ -1,5 +1,5 @@ import { WINDY_KEY } from '../../configs/constants'; -export const WeatherView = () => { + const WeatherView = () => { const options = { // Required: API key key: WINDY_KEY // REPLACE WITH YOUR KEY !!!