Browse Source

add commit

Tatsuya Ise 2 năm trước cách đây
mục cha
commit
ef53422a3a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      apps/app/src/components/LoadingSpinner.module.scss

+ 1 - 0
apps/app/src/components/LoadingSpinner.module.scss

@@ -2,6 +2,7 @@
   animation: animation-rotate 750ms infinite linear;
 }
 
+
 @keyframes animation-rotate {
   100% {
     transform: rotate(360deg);