Skip to content

Commit

Permalink
fix: tsc error
Browse files Browse the repository at this point in the history
Signed-off-by: 1111mp <The1111mp@outlook.com>
  • Loading branch information
1111mp committed Sep 14, 2024
1 parent e8c9085 commit ce268e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/versions/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Suspense, useEffect, useMemo, useRef, useState } from 'react';
import { Await, defer, useAsyncValue, useLoaderData } from 'react-router-dom';
import { useEffect, useMemo, useRef, useState } from 'react';
import { useLoaderData } from 'react-router-dom';
import {
Button,
DataTable,
Expand All @@ -10,7 +10,6 @@ import {
DropdownMenuContent,
DropdownMenuItem,
DropdownMenuTrigger,
Skeleton,
Tag,
Tooltip,
TooltipContent,
Expand Down

0 comments on commit ce268e9

Please sign in to comment.