Skip to content

Commit

Permalink
move /ds to /builder/data-sources
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanierh committed Sep 6, 2023
1 parent d849aba commit d49ceec
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { classNames, timeAgoFrom } from "@app/lib/utils";
import { DataSourceType } from "@app/types/data_source";
import { UserType, WorkspaceType } from "@app/types/user";

import { DATA_SOURCE_INTEGRATIONS } from "..";
import { DATA_SOURCE_INTEGRATIONS } from "../data-sources";

const {
GA_TRACKING_ID = "",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion front/pages/w/[wId]/u/extract/templates/[sId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { Authenticator, getSession, getUserFromSession } from "@app/lib/auth";
import { APIError } from "@app/lib/error";
import { useExtractedEvents } from "@app/lib/swr";
import { classNames, objectToMarkdown } from "@app/lib/utils";
import { DATA_SOURCE_INTEGRATIONS } from "@app/pages/w/[wId]/ds";
import { DATA_SOURCE_INTEGRATIONS } from "@app/pages/w/[wId]/builder/data-sources";
import { EventSchemaType, ExtractedEventType } from "@app/types/extract";
import { UserType, WorkspaceType } from "@app/types/user";

Expand Down

0 comments on commit d49ceec

Please sign in to comment.