Skip to content

Commit

Permalink
Use local imports in packages/api for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Mar 27, 2024
1 parent 4362e97 commit b2e9536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/api/types/configurations.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (C) 2023 by Posit Software, PBC.

import { AgentError } from "src/api/types/error";
import { ConnectConfig } from "src/api/types/connect";
import { SchemaURL } from "src/api/types/schema";
import { AgentError } from "./error";
import { ConnectConfig } from "./connect";
import { SchemaURL } from "./schema";

export type ConfigurationLocation = {
configurationName: string;
Expand Down

0 comments on commit b2e9536

Please sign in to comment.