Skip to content
Snippets Groups Projects
Commit fec84fc2 authored by 지웅 양's avatar 지웅 양
Browse files

수정

parent f6ac581e
Branches
No related tags found
No related merge requests found
Pipeline #6336 passed
import React, { useState } from 'react'; import React, { useState } from 'react';
var cityList = [ var cityList = [
{cityName : "Andorra", timezone : "Europe/Andorra"}, {cityName : "Andorra", timeZone : "Europe/Andorra"},
{cityName : "Dubai", timeZone : "Asia/Dubai"}, {cityName : "Dubai", timeZone : "Asia/Dubai"},
{cityName : "Kabul", timeZone : "Asia/Kabul"} {cityName : "Kabul", timeZone : "Asia/Kabul"}
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment