Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshaf committed Nov 26, 2024
1 parent fe1a1ff commit 0371fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/idb-cache-app/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import "./App.css";
import { IDBCache } from "@instructure/idb-cache";
// import { IDBCache } from "@instructure/idb-cache";
import { IDBCache } from "../../idb-cache/dist";
import { useCallback, useRef, useState, useEffect } from "react";
import { deterministicHash } from "./utils";
import { Button } from "@instructure/ui-buttons";
Expand Down
3 changes: 1 addition & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
packages:
- 'packages/*'
- 'tests/*'
- 'packages/*'

0 comments on commit 0371fee

Please sign in to comment.