mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-21 00:03:35 -05:00
10 lines
136 B
JavaScript
10 lines
136 B
JavaScript
import React from 'react';
|
|
|
|
const Organizations = () => (
|
|
<div>
|
|
<h2>Organizations</h2>
|
|
</div>
|
|
);
|
|
|
|
export default Organizations;
|