Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKai committed Oct 16, 2023
1 parent 213da0f commit 26eab38
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { FC } from 'react';
import Processes from '@/components/processes';
import Content from '@/components/content';
import HeaderActions from './header-actions';
import { login } from '@/lib/iam';
import { Button, Result, Space } from 'antd';
import { LoginOutlined } from '@ant-design/icons';
Expand Down

0 comments on commit 26eab38

Please sign in to comment.