[SG-40252] Replace absolute wildcard imports with relative imports
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: gitstart-sourcegraph
We have absolute path in the package wildcard
. We should not use absolute imports from the package inside of the package to avoid circular dependency issues.
SourceGraph Issue GitStart Issue
Confirm that there are no internal imports like -> import X from '@sourcegraph/wildcard'
in the wildcard package are replaced with relative imports.
Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.