There is no effective difference. First is creating a function using Arrow function expressions
syntax and storing it to a constant and the second is creating a plain function.
Both are functions that will perform the exact same task, return the component JSX code for rendering.
Also, there is no such term nor concept “Const Component”; there are “Functional Components” and “Class Components”.