Skip to content

Commit

Permalink
Remove references to interfaces.js
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Dec 4, 2023
1 parent 7064ff1 commit 92b21db
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import "./PgTablesPlugin.js";
import "../interfaces.js";
import "graphile-config";

import type {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import "./PgTablesPlugin.js";
import "../interfaces.js";
import "graphile-config";

import type {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import "./PgTablesPlugin.js";
import "../interfaces.js";
import "graphile-config";

import type {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import "./PgBasicsPlugin.js";
import "../interfaces.js";
import "graphile-config";

import type { PgHStore } from "@dataplan/pg";
Expand Down

0 comments on commit 92b21db

Please sign in to comment.