Skip to content

Commit

Permalink
fix package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Apr 23, 2024
1 parent 5af7349 commit 5528d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epicshop/setup-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
getApps,
isProblemApp,
setPlayground,
} from '@kentcdodds/workshop-utils/apps.server'
import { getWatcher } from '@kentcdodds/workshop-utils/change-tracker.server'
} from '@epic-web/workshop-utils/apps.server'
import { getWatcher } from '@epic-web/workshop-utils/change-tracker.server'
import fsExtra from 'fs-extra'

// getApps expects this env var
Expand Down

0 comments on commit 5528d83

Please sign in to comment.