Skip to content

Commit

Permalink
Update tests snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaionut12345 committed Nov 18, 2024
1 parent a766977 commit 1ae7793
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Object {
"content": "import React, { useEffect } from 'react'
import Head from 'next/head'
import { useTranslations } from 'next-intl'
import AppComponent from '../components/component'
import Hero from '../components/hero'
import Footer from '../components/footer'
Expand Down Expand Up @@ -103,6 +105,7 @@ Object {
"content": "import React from 'react'
import PropTypes from 'prop-types'
import { useTranslations } from 'next-intl'
const Hero = (props) => {
return (
Expand Down

0 comments on commit 1ae7793

Please sign in to comment.