Skip to content

Commit

Permalink
Update tests snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaionut12345 committed Jan 22, 2025
1 parent a782dd7 commit cb1c1d2
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,6 @@ const Home = (props) => {
}
export default Home
export async function getStaticProps(context) {
const messages = (await import('/locales/' + context.locale + '.json'))
.default
return {
props: {
messages,
...context,
},
}
}
",
"fileType": "js",
"name": "index",
Expand Down

0 comments on commit cb1c1d2

Please sign in to comment.