File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- import LoadingSpinner from ". /spinner/LoadingSpinner" ;
1+ import LoadingSpinner from "@/components /spinner/LoadingSpinner" ;
22
33const LoadingCommentBox = ( ) => {
44 return (
5- < div className = "flex justify-center items-center border-gray-100 bg-white border rounded-xl rounded-tl-none w-[100px] h-[52px]" >
5+ < div className = "flex justify-center items-center bg-white border border-gray-100 rounded-xl rounded-tl-none w-[100px] h-[52px]" >
66 < LoadingSpinner />
77 </ div >
88 ) ;
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3+ "baseUrl" : " src" ,
4+ "paths" : {
5+ "@/*" : [" *" ]
6+ },
37 "tsBuildInfoFile" : " ./node_modules/.tmp/tsconfig.app.tsbuildinfo" ,
48 "target" : " ES2020" ,
59 "useDefineForClassFields" : true ,
You can’t perform that action at this time.
0 commit comments