Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix: imports for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jun 17, 2024
1 parent d13084f commit 85d4e95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/app-server-sdk/service/cloudflare.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { SimpleShop } from "../repository";
import { SimpleShop } from "../repository.ts";
import type {
ShopInterface,
ShopRepositoryInterface,
} from "../repository";
} from "../repository.ts";

/**
* Cloudflare KV integration
Expand Down
4 changes: 2 additions & 2 deletions packages/app-server-sdk/service/deno.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { SimpleShop } from "../repository";
import { SimpleShop } from "../repository.ts";
import type {
ShopInterface,
ShopRepositoryInterface,
} from "../repository";
} from "../repository.ts";

/**
* Deno KV integration
Expand Down

0 comments on commit 85d4e95

Please sign in to comment.