mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 12:43:58 +00:00
♻️ separate machine client & user devices tables + move common functions into hooks
This commit is contained in:
@@ -2,8 +2,8 @@ import {
|
||||
useState,
|
||||
useEffect,
|
||||
useCallback,
|
||||
Dispatch,
|
||||
SetStateAction
|
||||
type Dispatch,
|
||||
type SetStateAction
|
||||
} from "react";
|
||||
|
||||
type SetValue<T> = Dispatch<SetStateAction<T>>;
|
||||
|
||||
Reference in New Issue
Block a user