Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Feb 1, 2024
1 parent dfac3f7 commit 9cba814
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grafast/ruru-components/src/ruru.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { explorerPlugin as makeExplorerPlugin } from "@graphiql/plugin-explorer";
import type { GraphiQLPlugin } from "@graphiql/react";
import {
CopyIcon,
GraphiQLProvider as GP2,
Expand All @@ -15,7 +14,7 @@ import {
import type { GraphiQLProps } from "graphiql";
import { GraphiQL, GraphiQLInterface, GraphiQLProvider } from "graphiql";
import type { FC } from "react";
import { useCallback, useMemo, useState } from "react";
import { useCallback, useState } from "react";

import { ErrorPopup } from "./components/ErrorPopup.js";
import { RuruFooter } from "./components/Footer.js";
Expand Down

0 comments on commit 9cba814

Please sign in to comment.