forked from forbole/big-dipper-2.0-cosmos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Follow Forbole's naming conventions for models [DEV-2491] (#149)
- Loading branch information
1 parent
b5838c7
commit 96d56aa
Showing
9 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
apps/web-cheqd/src/components/msg/cheqd/did/create_did_doc/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
apps/web-cheqd/src/components/msg/cheqd/did/deactivate_did_doc/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
apps/web-cheqd/src/components/msg/cheqd/did/update_did_doc/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
apps/web-cheqd/src/components/msg/cheqd/resource/create_resource/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
// ========================= | ||
// Cheqd | ||
// ========================= | ||
export { default as MsgCreateDidDoc } from '@/models/msg/cheqd/did/create_did'; | ||
export { default as MsgUpdateDidDoc } from '@/models/msg/cheqd/did/update_did'; | ||
export { default as MsgDeactivateDidDoc } from '@/models/msg/cheqd/did/deactivate_did'; | ||
export { default as MsgCreateResource } from '@/models/msg/cheqd/resource/create_resource'; | ||
export { default as MsgCreateDidDoc } from '@/models/msg/cheqd/did/msg_create_did'; | ||
export { default as MsgUpdateDidDoc } from '@/models/msg/cheqd/did/msg_update_did'; | ||
export { default as MsgDeactivateDidDoc } from '@/models/msg/cheqd/did/msg_deactivate_did'; | ||
export { default as MsgCreateResource } from '@/models/msg/cheqd/resource/msg_create_resource'; | ||
|
||
export * from 'ui/models'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.