-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: automate component imports (#21)
- Loading branch information
1 parent
943395d
commit bbcc540
Showing
15 changed files
with
802 additions
and
372 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,3 +44,4 @@ notes | |
|
||
# Generated files | ||
src/config/sidebar-links/ | ||
src/component-exports/ |
Submodule fuel-graphql-docs
updated
19 files
+28 −0 | .github/workflows/docs.yml | |
+0 −6 | docs/overview.mdx | |
+0 −0 | examples/Balance.tsx | |
+0 −0 | examples/Balances.tsx | |
+0 −0 | examples/BlockByHeight.tsx | |
+0 −0 | examples/ContractBalance.tsx | |
+0 −0 | examples/ContractBalances.tsx | |
+0 −0 | examples/LatestBlocks.tsx | |
+0 −0 | examples/LatestTransactions.tsx | |
+0 −0 | examples/MessageInfo.tsx | |
+0 −0 | examples/Transactions.tsx | |
+9 −9 | examples/index.tsx | |
+18 −0 | jest.docs.ts | |
+6 −2 | jest.examples.ts | |
+3 −0 | mlc.config.json | |
+353 −90 | package-lock.json | |
+4 −1 | package.json | |
+10 −0 | src/components.json | |
+119 −0 | tests/structure.test.ts |
Submodule fuel-indexer
updated
66 files
Submodule fuels-wallet
updated
12 files
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
Oops, something went wrong.