File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
web/src/routes/_authed/site/$siteId._site Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- import {
2- DropdownMenu ,
3- DropdownMenuContent ,
4- DropdownMenuItem ,
5- DropdownMenuTrigger ,
6- } from '@radix-ui/react-dropdown-menu' ;
71import { createFileRoute , Link } from '@tanstack/react-router' ;
82import { FC , useMemo } from 'react' ;
93import { FiGithub , FiMoreHorizontal } from 'react-icons/fi' ;
@@ -14,6 +8,12 @@ import { useIPFSStatus } from '@/api/system';
148import { Button } from '@/components' ;
159import { parseDeploymentContext } from '@/gui/deployments/context/context' ;
1610import { DeploymentList } from '@/gui/deployments/DeploymentList' ;
11+ import {
12+ DropdownMenu ,
13+ DropdownMenuContent ,
14+ DropdownMenuItem ,
15+ DropdownMenuTrigger ,
16+ } from '@/gui/Dropdown' ;
1717import { SCPage } from '@/layouts' ;
1818import { combineIpfsClusterUrl } from '@/util/ipfs' ;
1919import { queryClient } from '@/util/query' ;
You can’t perform that action at this time.
0 commit comments