Skip to content

Commit

Permalink
Cleanup geolocation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Aug 30, 2023
1 parent ff8d030 commit e803afd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 337 deletions.
2 changes: 1 addition & 1 deletion packages/geolocation/dev/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component, Suspense, createSignal, lazy, onMount } from "solid-js";

const Client = lazy(() => import("./client"));
const Client = lazy(() => import("./client.jsx"));

const App: Component = () => {
const [mounted, setMounted] = createSignal(false);
Expand Down
5 changes: 1 addition & 4 deletions packages/geolocation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@
"devDependencies": {
"@types/leaflet": "^1.9.3",
"leaflet": "^1.9.4",
"mapbox-gl": "^2.15.0",
"solid-js": "^1.7.11",
"solid-map-gl": "^1.9.3",
"vite-plugin-mkcert": "^1.16.0"
"solid-js": "^1.7.11"
},
"dependencies": {
"@solid-primitives/static-store": "workspace:^",
Expand Down
Loading

0 comments on commit e803afd

Please sign in to comment.