Skip to content

Commit 689e7c3

Browse files
committed
resolved dependancy issue
1 parent 196aa1a commit 689e7c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pages/explore2/+Page.client.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import h from "@macrostrat/hyper";
1+
import hyper from "@macrostrat/hyper";
22

33
import { useMapRef } from "@macrostrat/mapbox-react";
44
import { Spinner, Icon, Divider } from "@blueprintjs/core";
@@ -15,12 +15,14 @@ import { mergeStyles } from "@macrostrat/mapbox-utils";
1515
import { useDarkMode, DarkModeButton } from "@macrostrat/ui-components";
1616
import mapboxgl from "mapbox-gl";
1717
import { useCallback, useEffect, useState } from "react";
18-
import "../main.sass";
18+
import styles from "../main.module.sass";
1919
import { createCheckins, useRockdAPI, Image } from "../index";
2020
import "./main.sass";
2121
import "@macrostrat/style-system";
2222
import { LngLatCoords } from "@macrostrat/map-interface";
2323

24+
const h = hyper.styled(styles);
25+
2426
let count = 0;
2527

2628
export function Page() {

0 commit comments

Comments
 (0)