Skip to content

Commit e6004b0

Browse files
TLK-1725 - Slack tool
1 parent e64bb61 commit e6004b0

File tree

1 file changed

+1
-1
lines changed
  • src/interfaces/assistants_web/src/app/(main)/settings

1 file changed

+1
-1
lines changed

src/interfaces/assistants_web/src/app/(main)/settings/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { PropsWithChildren, useState } from 'react';
55
import { StatusConnection } from '@/components/AgentSettingsForm/StatusConnection';
66
import { MobileHeader } from '@/components/Global';
77
import { Button, DarkModeToggle, Icon, ShowStepsToggle, Tabs, Text } from '@/components/UI';
8+
import { TOOL_SLACK_ID } from '@/constants';
89
import { useDeleteAuthTool, useListTools, useNotify } from '@/hooks';
910
import { cn, getToolAuthUrl } from '@/utils';
10-
import {TOOL_SLACK_ID} from "@/constants";
1111

1212
const tabs = [
1313
<div className="flex items-center gap-2" key="company">

0 commit comments

Comments
 (0)