Skip to content

Commit 05996b1

Browse files
committed
fixed build
1 parent 5a975c8 commit 05996b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/pages/home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Markdown from 'react-markdown';
77
import rehypeHighlight from 'rehype-highlight';
88
import { CODE_SNIPPETS } from '../const';
99
import { BBCONF_SNIPPETS } from '../const';
10-
import { useExampleBed } from '../queries/useExampleBed';
10+
// import { useExampleBed } from '../queries/useExampleBed';
1111
import { useExampleBedSet } from '../queries/useExampleBedSet';
1212
import { 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

0 commit comments

Comments
 (0)