File tree 2 files changed +22
-0
lines changed
pages/it-drugs/tipps-and-tricks 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
import React , { useEffect , useState } from 'react' ;
2
2
import { IconChevronRight , Icon as TablerIcon } from '@tabler/icons-react'
3
+ import { channel } from 'diagnostics_channel' ;
3
4
4
5
interface ExternLinkProps {
5
6
href : string ;
@@ -13,6 +14,7 @@ interface LinkMetaData {
13
14
icon : string ;
14
15
}
15
16
17
+
16
18
const fetchMetaData = async ( url : string ) : Promise < LinkMetaData > => {
17
19
try {
18
20
const response = await fetch ( url ) ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "add-required-items" : {
3
+ "title" : " Add Required Items" ,
4
+ "theme" : {
5
+ "footer" : false
6
+ }
7
+ },
8
+ "webhook-setup" : {
9
+ "title" : " Webhook Setup" ,
10
+ "theme" : {
11
+ "footer" : false
12
+ }
13
+ },
14
+ "easy-zone-creation" : {
15
+ "title" : " Easy Zone Creation" ,
16
+ "theme" : {
17
+ "footer" : false
18
+ }
19
+ }
20
+ }
You can’t perform that action at this time.
0 commit comments