react alies create in webapck

This commit is contained in:
hardiknai-techm
2021-05-13 16:49:57 +05:30
parent 5f977b9419
commit 349a4bb0f2
5 changed files with 524 additions and 474 deletions

View File

@@ -1,7 +1,6 @@
jest.mock("../hooks/useFullScreenURLs");
import "@testing-library/jest-dom";
import { render, screen } from "@testing-library/react";
import React from "react";
import { useFullScreenURLs } from "../hooks/useFullScreenURLs";
import { OpenFullScreen } from "./OpenFullScreen";