Skip to content

Commit 6d55744

Browse files
authored
Update TeamTableSearchPanel.jsx
1 parent 203b65e commit 6d55744

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Teams/TeamTableSearchPanel.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* eslint-disable react/destructuring-assignment */
22
import { connect } from 'react-redux';
33
import { useEffect, useRef, useState } from 'react';
4-
import { boxStyle, boxStyleDark } from '~/styles';
5-
import hasPermission from '~/utils/permissions';
4+
import { boxStyle, boxStyleDark } from '../../styles';
5+
import hasPermission from '../../utils/permissions';
66
import { SEARCH, CREATE_NEW_TEAM } from '../../languages/en/ui';
77
import styles from './TeamTableSearchPanel.module.css';
88
/**

0 commit comments

Comments
 (0)