mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +00:00
Revert console
This commit is contained in:
parent
8f08a928b4
commit
04f65a3312
@ -1,10 +1,9 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
|
|
||||||
|
// TODO: implement the view
|
||||||
export const ListView = ({ assets }) => {
|
export const ListView = ({ assets }) => {
|
||||||
console.log('lol', assets);
|
return <div>Number of assets: {assets.length}</div>;
|
||||||
|
|
||||||
return <div>Hello world</div>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ListView.propTypes = {
|
ListView.propTypes = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user