Commit 7cca54d 1 parent 114b80f commit 7cca54d Copy full SHA for 7cca54d
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { useRouter } from 'next/router';
8
8
import type { ReactNode } from 'react' ;
9
9
import { useCallback , useState } from 'react' ;
10
10
import { equalsIgnoreCase } from '../../common/string/equals-ignore-case.js' ;
11
- import { Grid3 } from '../components/grid/grid3 .jsx' ;
11
+ import { Grid4 } from '../components/grid/grid4 .jsx' ;
12
12
import { useLogger } from '../hooks/logger.jsx' ;
13
13
import { runInBackground } from '../lib/async/run-in-background.js' ;
14
14
@@ -261,7 +261,7 @@ const HomePage: React.FC = (): ReactNode => {
261
261
width : 400 ,
262
262
} }
263
263
>
264
- < Grid3 dimensions = { { height : 390 , width : 390 } } />
264
+ < Grid4 dimensions = { { height : 390 , width : 390 } } />
265
265
</ div >
266
266
</ div >
267
267
) ;
You can’t perform that action at this time.
0 commit comments