mirror of
https://github.com/strapi/strapi.git
synced 2025-11-10 07:10:11 +00:00
8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
|
|
import React from 'react';
|
||
|
|
|
||
|
|
function EditView() {
|
||
|
|
return <div>Coming soon</div>;
|
||
|
|
}
|
||
|
|
|
||
|
|
export default EditView;
|