Tatsuya Ise 2 лет назад
Родитель
Сommit
ef53422a3a
1 измененных файлов с 1 добавлено и 0 удалено
  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);