mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
5 lines
132 B
JavaScript
5 lines
132 B
JavaScript
import React from 'react/addons';
|
|
import _ from 'lodash';
|
|
export default function () {
|
|
return React.createElement('div', {});
|
|
}; |