Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Dec 30, 2024
1 parent 9707800 commit 5a07ee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/Options.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type React, { useRef, useState } from "react";
import type React from "react";
import { useRef, useState } from "react";
import {
type CompilerApi,
type CompilerPackageNames,
Expand Down
3 changes: 2 additions & 1 deletion src/components/ToolTippedText.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type React, { useState } from "react";
import type React from "react";
import { useState } from "react";

export interface ToolTippedTextProps {
text: string;
Expand Down

0 comments on commit 5a07ee1

Please sign in to comment.