diff --git a/src/components/main/routes/Options.tsx b/src/components/main/routes/Options.tsx new file mode 100644 index 0000000..9433b2f --- /dev/null +++ b/src/components/main/routes/Options.tsx @@ -0,0 +1,34 @@ +import React, { useState, useEffect } from "react"; +import { Input } from "@/components/ui/input"; +import { path } from "ramda"; +import { ForecastDatePicker } from "@/components/ui/DatePicker"; + +export const Options = function ({ state, updateState }) { + return ( +