mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
initial commit
This commit is contained in:
9
src/components/About.jsx
Normal file
9
src/components/About.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
const About = () => (
|
||||
<div>
|
||||
<h2>About</h2>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default About;
|
||||
Reference in New Issue
Block a user