adds CORS to 8080 for dev purposes - may need to move to new file
This commit is contained in:
@@ -3,7 +3,7 @@ import { SetStepNav } from 'payload/components';
|
||||
|
||||
import './index.css';
|
||||
|
||||
export default props => {
|
||||
const Archive = props => {
|
||||
return (
|
||||
<article className="collection-archive">
|
||||
<SetStepNav nav={ [
|
||||
@@ -15,3 +15,5 @@ export default props => {
|
||||
</article>
|
||||
);
|
||||
};
|
||||
|
||||
export default Archive;
|
||||
|
||||
Reference in New Issue
Block a user