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