diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-29 09:04:39 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-29 09:04:39 +0700 |
| commit | 69d7bd767f1b720ea5d1d5124374281e3449a48d (patch) | |
| tree | 350252a6fadc9427c15cbd87756babde4fc8dbb9 /src/components/LineDivider.js | |
| parent | 753e2468be9f8b339fe3b206603752a9d0100803 (diff) | |
no message
Diffstat (limited to 'src/components/LineDivider.js')
| -rw-r--r-- | src/components/LineDivider.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/LineDivider.js b/src/components/LineDivider.js new file mode 100644 index 00000000..ce92f4ee --- /dev/null +++ b/src/components/LineDivider.js @@ -0,0 +1,7 @@ +const LineDivider = () => { + return ( + <hr className="h-1.5 bg-gray_r-4 border-none"/> + ); +}; + +export default LineDivider;
\ No newline at end of file |
