File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
< h1 class ="masthead text-center text-dark "> Truffle Box</ h1 >
5
5
< h4 class ="text-center text-primary "> Skeleton SvelteJS truffle box</ h4 >
6
6
7
- < information connected ="{{storageValue}} "> </ information >
7
+ < Information connected ="{{storageValue}} "> </ Information >
8
8
9
9
< div class ="alert alert-secondary ">
10
10
< h4 > Smart Contract Example</ h4 >
@@ -23,7 +23,7 @@ <h4>Smart Contract Example</h4>
23
23
</ style >
24
24
25
25
< script >
26
- import information from '../information/component.html'
26
+ import Information from '../information/component.html'
27
27
import SimpleStorageContract from '../../../build/contracts/SimpleStorage.json'
28
28
import getWeb3 from '../../utils/web3'
29
29
import shoelace from 'shoelace-css/dist/shoelace.css'
@@ -41,7 +41,7 @@ <h4>Smart Contract Example</h4>
41
41
} ,
42
42
43
43
components : {
44
- information
44
+ Information
45
45
} ,
46
46
47
47
methods : {
You can’t perform that action at this time.
0 commit comments