Browse Source

날씨 문법 수정

pull/2/head
sanguu 2 years ago
parent
commit
1761e16358
  1. 2
      src/views/weather/WeatherView.js

2
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 !!!

Loading…
Cancel
Save