Skip to content

Commit 8a3d36c

Browse files
Move lib/config.ts -> lib/config/github-tables.ts
1 parent 20b8e6e commit 8a3d36c

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/nextjs-import-airbyte-github-export-seafowl/components/ImportExportStepper/ExportPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useStepper } from "./StepperContext";
44
import styles from "./ExportPanel.module.css";
55
import { ExportLoadingBars } from "./ExportLoadingBars";
66

7-
import { relevantGitHubTableNames } from "../../lib/config";
7+
import { relevantGitHubTableNames } from "../../lib/config/github-tables";
88

99
export const ExportPanel = () => {
1010
const [

examples/nextjs-import-airbyte-github-export-seafowl/lib/config.ts renamed to examples/nextjs-import-airbyte-github-export-seafowl/lib/config/github-tables.ts

File renamed without changes.

examples/nextjs-import-airbyte-github-export-seafowl/pages/api/start-import-from-github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
makeAuthenticatedSplitgraphDb,
44
claimsFromJWT,
55
} from "../../lib/backend/splitgraph-db";
6-
import { relevantGitHubTableNames } from "../../lib/config";
6+
import { relevantGitHubTableNames } from "../../lib/config/github-tables";
77

88
const GITHUB_PAT_SECRET = process.env.GITHUB_PAT_SECRET;
99

0 commit comments

Comments
 (0)