integrated flask template
This commit is contained in:
8
src/components/addpost.tsx
Normal file
8
src/components/addpost.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as React from 'react';
|
||||
// import { Segment } from 'semantic-ui-react';
|
||||
|
||||
export const About: React.StatelessComponent<{}> = () => {
|
||||
return (
|
||||
null
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user