Skip to content

Commit

Permalink
Rename exploer files
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcginnes committed May 10, 2024
1 parent d6e6683 commit 5ddb08a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/graph-explorer/src/core/connector.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { every, isEqual } from "lodash";
import LoggerConnector from "../connector/LoggerConnector";
import { createGremlinExplorer } from "../connector/gremlin/useGremlin";
import { createOpenCypherExplorer } from "../connector/openCypher/useOpenCypher";
import { createSparqlExplorer } from "../connector/sparql/useSPARQL";
import { createGremlinExplorer } from "../connector/gremlin/gremlinExplorer";
import { createOpenCypherExplorer } from "../connector/openCypher/openCypherExplorer";
import { createSparqlExplorer } from "../connector/sparql/sparqlExplorer";
import { mergedConfigurationSelector } from "./StateProvider/configuration";
import { selector } from "recoil";
import { equalSelector } from "../utils/recoilState";
Expand Down

0 comments on commit 5ddb08a

Please sign in to comment.