chore(client): Move client app to /client
This commit is contained in:
committed by
mrugesh mohapatra
parent
0e4f588a1c
commit
e59ad6ebda
11
client/src/components/helpers/ButtonSpacer.js
Normal file
11
client/src/components/helpers/ButtonSpacer.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
function ButtonSpacer() {
|
||||
return (
|
||||
<div className='button-spacer' />
|
||||
);
|
||||
}
|
||||
|
||||
ButtonSpacer.displayName = 'ButtonSpacer';
|
||||
|
||||
export default ButtonSpacer;
|
Reference in New Issue
Block a user