Skip to content

Commit 42accb3

Browse files
author
Agney
committed
remove tscheck references
1 parent 6a1072b commit 42accb3

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

playground/src/Draggable/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-nocheck
21
import React, { FC, ReactNode, useRef, forwardRef } from "react";
32
import { styled } from "goober";
43

playground/src/Editor/EditorSetup.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-nocheck
21
import React, { FC, Fragment } from "react";
32
import SimpleEditor from "react-simple-code-editor";
43
import Highlight, { defaultProps } from "prism-react-renderer";

playground/src/Playground.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-nocheck
21
import React, { FC, useState, createElement } from "react";
32
import { useId } from "@reach/auto-id";
43
import { styled, setup, DefaultTheme } from "goober";

playground/src/Result/Console.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-nocheck
21
import React, { FC } from "react";
32
import { styled } from "goober";
43
import Inspector from "@agney/react-inspector";

playground/src/Result/ErrorDisplay.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-nocheck
21
import React, { FC } from "react";
32
import { styled } from "goober";
43

0 commit comments

Comments
 (0)