mirror of https://github.com/buster-so/buster.git
udpate names
This commit is contained in:
parent
23c263cb16
commit
401f1700b5
|
@ -3,7 +3,7 @@ import { useBusterCollectionListContextSelector } from '@/context/Collections';
|
|||
import { useMemoizedFn } from 'ahooks';
|
||||
import React, { useState } from 'react';
|
||||
import { SaveToCollectionsDropdown } from '../Dropdowns/SaveToCollectionsDropdown';
|
||||
import { CollectionButton } from './CollectionsButton';
|
||||
import { CollectionButton } from './SwagTest';
|
||||
import { useBusterMetricsIndividualContextSelector } from '@/context/Metrics';
|
||||
|
||||
export const SaveMetricToCollectionButton: React.FC<{
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import { useBusterDashboardListByFilter } from '@/context/Dashboards';
|
||||
import { useBusterMetricsIndividualContextSelector } from '@/context/Metrics';
|
||||
import { useMemoizedFn, useMount } from 'ahooks';
|
||||
import { useMemoizedFn } from 'ahooks';
|
||||
import React from 'react';
|
||||
import { SaveToDashboardDropdown } from '../Dropdowns/SaveToDashboardDropdown';
|
||||
import { Button } from 'antd';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { AppMaterialIcons } from '@/components/ui';
|
||||
import { AppMaterialIcons } from '@/components/ui/icons';
|
||||
import { Button } from 'antd';
|
||||
import React from 'react';
|
||||
|
||||
|
|
Loading…
Reference in New Issue