feat: format project and change in test example default component (#2350)

# Summary
Format the whole project.
This commit is contained in:
Bohdan Artiukhov
2024-07-18 12:45:36 +02:00
committed by GitHub
parent 74445cc0fd
commit 2b6ced416b
7 changed files with 30 additions and 24 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ import Test2276 from './src/Test2276';
import Test2327 from './src/Test2327';
export default function App() {
return <Test1790 />;
return <ColorTest />;
}