Fix image

This commit is contained in:
Liam 2022-10-26 22:38:59 +01:00
parent 722f0af018
commit dab938c8dd

@ -1,5 +1,5 @@
import { Container, Grid, Link, Text } from "@nextui-org/react";
import { Image } from "next/future/image";
import Image from "next/future/image";
import { Component } from "react";
export default class Home extends Component {