Skip to content

Commit f568547

Browse files
committed
Fixed import reference breaking build
1 parent 314cf5d commit f568547

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

components/pages/dev/grid.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ import {
77
Column,
88
Section,
99
Stack,
10+
Container,
1011
} from '@/components/common/layout';
1112

12-
export default function DevPage() {
13-
const message = 'The quick brown fox jumped over the lazy dog.';
14-
13+
export default function GridPage() {
1514
return (
1615
<>
1716
<Section contained gutterY>

0 commit comments

Comments
 (0)