about summary refs log tree commit diff
path: root/src/components/hooks/useStarterPackEntry.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/hooks/useStarterPackEntry.ts')
-rw-r--r--src/components/hooks/useStarterPackEntry.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/hooks/useStarterPackEntry.ts b/src/components/hooks/useStarterPackEntry.ts
index dba801e09..2c2e8c638 100644
--- a/src/components/hooks/useStarterPackEntry.ts
+++ b/src/components/hooks/useStarterPackEntry.ts
@@ -1,7 +1,7 @@
 import React from 'react'
 
-import {httpStarterPackUriToAtUri} from 'lib/strings/starter-pack'
-import {useSetActiveStarterPack} from 'state/shell/starter-pack'
+import {httpStarterPackUriToAtUri} from '#/lib/strings/starter-pack'
+import {useSetActiveStarterPack} from '#/state/shell/starter-pack'
 
 export function useStarterPackEntry() {
   const [ready, setReady] = React.useState(false)