Skip to content

Commit

Permalink
Fix React not properly imported in Youtube Button component
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Sep 11, 2024
1 parent 64fced0 commit 538f222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/YouTubeLogoButton.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { useState } from "react";
import { useState } from "react";
import * as React from "react";

interface YouTubeLogoButtonProps {
isBound: boolean;
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es6",
"noImplicitAny": false,
"noImplicitReturns": true,
Expand Down

0 comments on commit 538f222

Please sign in to comment.