Skip to content

Commit

Permalink
Remove imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Sep 3, 2024
1 parent 0c4ebcc commit 4379f0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/nodes/NodeDetails.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import Image from 'next/image'
import { useRouter } from 'next/router'
import React, { useState } from 'react'
import axios from 'axios'
import download from 'downloadjs'
import fileDownload from 'js-file-download'
import { Button, Spinner } from 'flowbite-react'
import nodesLogo from '../../public/images/nodesLogo.svg'
import NodeVDrawer from './NodeVDrawer'
import Link from 'next/link'
import { NodeEditModal } from './NodeEditModal'
import {
NodeVersion,
Expand Down

0 comments on commit 4379f0f

Please sign in to comment.