fix: prettier package config

This commit is contained in:
Valerio Ageno
2024-04-28 11:12:05 +02:00
parent d9544fa18f
commit a336695f3c
8 changed files with 12 additions and 15 deletions
@@ -1,3 +1,3 @@
export const ImportedRoute(): JSX.Element => {
return <h1>Imported route</h1>
export const ImportedRoute = (): JSX.Element => {
return <h1>Imported route</h1>
}