瀏覽代碼

add commit

Tatsuya Ise 2 年之前
父節點
當前提交
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);