mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
5 lines
148 B
JavaScript
5 lines
148 B
JavaScript
export const Divider = () => (
|
|
<div className="w-full lg:w-3/5 mx-auto">
|
|
<div className="border-t border-customGrayBorder"></div>
|
|
</div>
|
|
);
|