File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- import h from "@macrostrat/hyper" ;
1+ import hyper from "@macrostrat/hyper" ;
22
33import { useMapRef } from "@macrostrat/mapbox-react" ;
44import { Spinner , Icon , Divider } from "@blueprintjs/core" ;
@@ -15,12 +15,14 @@ import { mergeStyles } from "@macrostrat/mapbox-utils";
1515import { useDarkMode , DarkModeButton } from "@macrostrat/ui-components" ;
1616import mapboxgl from "mapbox-gl" ;
1717import { useCallback , useEffect , useState } from "react" ;
18- import "../main.sass" ;
18+ import styles from "../main.module .sass" ;
1919import { createCheckins , useRockdAPI , Image } from "../index" ;
2020import "./main.sass" ;
2121import "@macrostrat/style-system" ;
2222import { LngLatCoords } from "@macrostrat/map-interface" ;
2323
24+ const h = hyper . styled ( styles ) ;
25+
2426let count = 0 ;
2527
2628export function Page ( ) {
You can’t perform that action at this time.
0 commit comments