import React from "react"; export const BarSkeleton = () => { return (
); }