File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Markdown from 'react-markdown';
77import rehypeHighlight from 'rehype-highlight' ;
88import { CODE_SNIPPETS } from '../const' ;
99import { BBCONF_SNIPPETS } from '../const' ;
10- import { useExampleBed } from '../queries/useExampleBed' ;
10+ // import { useExampleBed } from '../queries/useExampleBed';
1111import { useExampleBedSet } from '../queries/useExampleBedSet' ;
1212import { useStats } from '../queries/useStats.ts' ;
1313
@@ -27,7 +27,7 @@ export const Home = () => {
2727
2828 const navigate = useNavigate ( ) ;
2929
30- const { data : exampleBedMetadata } = useExampleBed ( ) ;
30+ // const { data: exampleBedMetadata } = useExampleBed(); # if example will be dynamic again
3131 const { data : exampleBedSetMetadata } = useExampleBedSet ( ) ;
3232 const { data : bedbaseStats } = useStats ( ) ;
3333
You can’t perform that action at this time.
0 commit comments