pull/2803/head
zomars 2022-05-17 22:11:06 -06:00
parent ca3e309ad9
commit faa2805ccc
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* eslint-disable prefer-const */
import { useEffect, useRef } from "react";
import useEmbed from "./useEmbed";

View File

@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/ban-ts-comment,prefer-rest-params,prefer-const */
/**
* As we want to keep control on the size of this snippet but we want some portion of it to be still readable.
* So, write the code that you need directly but keep it short.