Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjishiromajp committed Nov 1, 2023
1 parent b519979 commit 85efbce
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
'use client';

import { Container, Grid } from '@westpac/ui';
import { clsx } from 'clsx';
import { Container } from '@westpac/ui';

import { ArticleTile } from '../article-tile/article-tile.component';

import { ArticleColumn } from './components/article-column/article-column.component';
import { HomePageProps } from './home-page.types';

export const HomePage = ({ articleRows }: HomePageProps) => {
Expand Down

0 comments on commit 85efbce

Please sign in to comment.