diff --git a/src/styles/App.module.css b/src/styles/App.module.css index a85d257..cf0f8bb 100644 --- a/src/styles/App.module.css +++ b/src/styles/App.module.css @@ -1,3 +1,7 @@ .title { color: red; } +/*just test sunlime merge*/ +body { + background-color: blue; +}