mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
Add ReactSpa template
This commit is contained in:
11
templates/ReactSpa/ClientApp/components/About.tsx
Normal file
11
templates/ReactSpa/ClientApp/components/About.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
|
||||
export class About extends React.Component<void, void> {
|
||||
public render() {
|
||||
return <div>
|
||||
<h2>About</h2>
|
||||
|
||||
<p>Use this area to provide additional information.</p>
|
||||
</div>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user