Skip to content

Commit 8776abc

Browse files
committed
.
1 parent 74b2a3f commit 8776abc

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

website/src/components/Mutations/Map.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { GeoJsonLayer } from "@deck.gl/layers";
22
import DeckGL from "@deck.gl/react";
3-
import React, { ComponentProps } from "react";
3+
import { ComponentProps } from "react";
44
import { useGeoData } from "src/domain/geodata";
55
import { MapController } from "@deck.gl/core";
66
import { color } from "d3";

website/src/pages/_app.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { ThemeProvider } from "@/theme";
22
import { enableMapSet } from "immer";
33
import { AppProps } from "next/app";
4-
import * as React from "react";
54
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
65
import { AppCacheProvider } from "@mui/material-nextjs/v15-pagesRouter";
76

website/src/pages/_document.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
Main,
77
NextScript,
88
} from "next/document";
9-
import * as React from "react";
109
import {
1110
DocumentHeadTags,
1211
DocumentHeadTagsProps,

website/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"isolatedModules": true,
1616
"noUnusedLocals": true,
1717
"noUnusedParameters": true,
18-
"jsx": "preserve",
18+
"jsx": "react-jsx",
1919
"baseUrl": ".",
2020
"paths": {
2121
"@/components/*": ["src/components/*"],

0 commit comments

Comments
 (0)