Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit bc042bf

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: remove useref
1 parent c1286a1 commit bc042bf

File tree

1 file changed

+1
-1
lines changed
  • src/features/dashboard/components/ApiTokenTable

1 file changed

+1
-1
lines changed

src/features/dashboard/components/ApiTokenTable/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { HTMLAttributes, useEffect, useRef, useState } from 'react';
1+
import React, { HTMLAttributes, useEffect, useState } from 'react';
22
import { Circles } from 'react-loader-spinner';
33
import styles from './api-table.module.scss';
44
import useApiToken from '@site/src/hooks/useApiToken';

0 commit comments

Comments
 (0)