integrated flask template

This commit is contained in:
Malar Kannan
2017-08-09 12:13:31 +05:30
parent fffed7a048
commit 016f5801df
12 changed files with 9958 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
import * as React from 'react';
// import { Segment } from 'semantic-ui-react';
export const About: React.StatelessComponent<{}> = () => {
return (
null
);
}