feat(prettier): Use prettier for client code
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
function ButtonSpacer() {
|
||||
return (
|
||||
<div className='button-spacer' />
|
||||
);
|
||||
return <div className='button-spacer' />;
|
||||
}
|
||||
|
||||
ButtonSpacer.displayName = 'ButtonSpacer';
|
||||
|
Reference in New Issue
Block a user