From 6f41eef8e3b58f752466f6cf7bb47b66345d6d2f Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Tue, 15 Nov 2022 14:15:44 -0700 Subject: [PATCH] Add missing file --- .../Containers/Slides/City/CityInfo/Near.tsx | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 components/Slides/Containers/Slides/City/CityInfo/Near.tsx diff --git a/components/Slides/Containers/Slides/City/CityInfo/Near.tsx b/components/Slides/Containers/Slides/City/CityInfo/Near.tsx new file mode 100644 index 0000000..54d6f26 --- /dev/null +++ b/components/Slides/Containers/Slides/City/CityInfo/Near.tsx @@ -0,0 +1,23 @@ +import * as React from "react"; +import FrostPane from "../../FrostPane"; + +const Forecast = () => ( +
+ +
+
+ +
+); + +export default Forecast;