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