Skip to content

Commit

Permalink
remove more references
Browse files Browse the repository at this point in the history
  • Loading branch information
rwharrisjr committed Jul 5, 2023
1 parent ef67af7 commit 15fc5ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/Playground.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import algoliasearch from "algoliasearch";
import debounce from "lodash.debounce";
import React, {useCallback, useEffect, useMemo, useRef, useState} from "react";
import {LiveProvider, LiveEditor, LiveError, LivePreview} from "react-live";
Expand All @@ -16,7 +15,6 @@ const scope = {
useMemo,
useRef,
useState,
algoliasearch,
debounce,
mockImport
};
Expand Down

0 comments on commit 15fc5ea

Please sign in to comment.