Skip to content

Commit

Permalink
[fix] Export home properly
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejkaye committed Dec 18, 2023
1 parent c65a4f7 commit 76e6af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Row = (props: { row: Row; colourMap: ColourMap }) => {
)
}

export const Home = () => {
const Home = () => {
const [rows, setRows] = useState<Row[]>([])
const [colours, setColours] = useState<ColourMap>(defaultColourMap)
useEffect(() => {
Expand Down

0 comments on commit 76e6af0

Please sign in to comment.