Remove React auto import

This commit is contained in:
Dustin Brett
2021-10-09 23:19:54 -07:00
parent c322a8ae7e
commit 34fae7a3d6

View File

@@ -1,6 +1,5 @@
import { useProcesses } from "contexts/process";
import { useSession } from "contexts/session";
import type React from "react";
import { useCallback, useEffect } from "react";
import { FOCUSABLE_ELEMENT, PREVENT_SCROLL } from "utils/constants";