Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
KaWaite committed Aug 7, 2023
1 parent 2def96c commit 4f092c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/classic/util/value.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Color } from "cesium";

import { ValueType as GQLValueType } from "@reearth/services/gql";
import { ValueType as GQLValueType } from "@reearth/classic/gql";
import { css } from "@reearth/services/theme";

export type LatLng = {
Expand Down

0 comments on commit 4f092c9

Please sign in to comment.