8 lines
No EOL
93 B
TypeScript
8 lines
No EOL
93 B
TypeScript
|
|
const addCategory = () => {
|
|
return (
|
|
<></>
|
|
);
|
|
}
|
|
|
|
export default addCategory; |