-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: cleanup and move files * fix type --------- Co-authored-by: Begoña Alvarez <[email protected]>
- Loading branch information
1 parent
76ecb2f
commit 212f876
Showing
4 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
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
4 changes: 2 additions & 2 deletions
4
packages/shared/components/markdown-renderers/LinkBlock.svelte
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,2 +1,4 @@ | ||
export { default as MarkdownBlock } from './MarkdownBlock.svelte' | ||
export { default as ActivityInformation } from './ActivityInformation.svelte' | ||
export { default as AliasActivityDetails } from './AliasActivityDetails.svelte' | ||
export { default as AssetIcon } from './AssetIcon.svelte' | ||
export { default as SelectorInput } from './SelectorInput.svelte' |