Skip to content

Commit

Permalink
chore(docs): fix xapp forge import (#461)
Browse files Browse the repository at this point in the history
Fix xapp forge import.

task: none
  • Loading branch information
kevinhalliday authored Feb 29, 2024
1 parent 9179b55 commit 297cc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/docs/develop/xapp/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import TabItem from '@theme/TabItem';
</TabItem>
<TabItem value="forge" label="forge">
```solidity
import { XApp } from "omni-network/omni/contracts/src/pkg/XApp.sol"
import { XApp } from "omni/contracts/src/pkg/XApp.sol"
```
</TabItem>
</Tabs>

0 comments on commit 297cc91

Please sign in to comment.