mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-30 14:38:57 +02:00
Add eslint import rules
This commit is contained in:
parent
6717b3ca48
commit
c5c2816c3d
49 changed files with 139 additions and 79 deletions
|
@ -7,6 +7,7 @@ import soft from "timezone-soft";
|
|||
import ChevronDown from "../../components/icons/chevron-down.svg";
|
||||
import { styleMenuItem } from "../menu-styles";
|
||||
import timeZones from "./time-zones.json";
|
||||
|
||||
interface TimeZoneOption {
|
||||
value: string;
|
||||
label: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue