Skip to content

Commit 0371fee

Browse files
committed
fix: build
1 parent fe1a1ff commit 0371fee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/idb-cache-app/src/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import "./App.css";
2-
import { IDBCache } from "@instructure/idb-cache";
2+
// import { IDBCache } from "@instructure/idb-cache";
3+
import { IDBCache } from "../../idb-cache/dist";
34
import { useCallback, useRef, useState, useEffect } from "react";
45
import { deterministicHash } from "./utils";
56
import { Button } from "@instructure/ui-buttons";

pnpm-workspace.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
packages:
2-
- 'packages/*'
3-
- 'tests/*'
2+
- 'packages/*'

0 commit comments

Comments
 (0)