Skip to content

Commit 7cca54d

Browse files
committed
feat: drag and resize with react-springs
1 parent 114b80f commit 7cca54d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

electron/renderer/pages/home.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useRouter } from 'next/router';
88
import type { ReactNode } from 'react';
99
import { useCallback, useState } from 'react';
1010
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';
1212
import { useLogger } from '../hooks/logger.jsx';
1313
import { runInBackground } from '../lib/async/run-in-background.js';
1414

@@ -261,7 +261,7 @@ const HomePage: React.FC = (): ReactNode => {
261261
width: 400,
262262
}}
263263
>
264-
<Grid3 dimensions={{ height: 390, width: 390 }} />
264+
<Grid4 dimensions={{ height: 390, width: 390 }} />
265265
</div>
266266
</div>
267267
);

0 commit comments

Comments
 (0)