release 0.3.4
This commit is contained in:
15
apps/web/ui/shared/placeholder.tsx
Normal file
15
apps/web/ui/shared/placeholder.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import "@/styles/placeholder.css";
|
||||
|
||||
export default function PlaceHolder() {
|
||||
return (
|
||||
<div className="placeholder">
|
||||
<label className="avatar"></label>
|
||||
<label className="info">
|
||||
<span className="info-1"></span>
|
||||
<span className="info-2"></span>
|
||||
</label>
|
||||
<div className="content-1"></div>
|
||||
<div className="content-2"></div>
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user