You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: errors/UnknownImport.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,6 @@ This error occurs when trying to import a name which does not exist.
19
19
## Fix
20
20
21
21
- Check spelling of any imported names.
22
-
- Check dependencies to make sure you are using the correct versions. You can use [Pursuit](https//pursuit.purescript.org/) to check which package versions define the names you are trying to import.
22
+
- Check dependencies to make sure you are using the correct versions. You can use [Pursuit](https://pursuit.purescript.org/) to check which package versions define the names you are trying to import.
0 commit comments