diff --git a/src/components/QueueSelector/QueueSelector.js b/src/components/QueueSelector/QueueSelector.js new file mode 100644 index 0000000..ce9925f --- /dev/null +++ b/src/components/QueueSelector/QueueSelector.js @@ -0,0 +1,16 @@ +import React from "react"; +import PropTypes from "prop-types"; + +export default function QueueSelector(){ + return ( + QueueSelector + ); +}; + +QueueSelector.propTypes = { + +}; + +QueueSelector.defaultProps = { + +}; \ No newline at end of file diff --git a/src/components/QueueSelector/QueueSelector.md b/src/components/QueueSelector/QueueSelector.md new file mode 100644 index 0000000..4cb3f01 --- /dev/null +++ b/src/components/QueueSelector/QueueSelector.md @@ -0,0 +1,11 @@ +QueueSelector + +--- +```jsx +import QueueSelector from "./QueueSelector"; + + +``` +```jsx static + +``` \ No newline at end of file diff --git a/src/components/QueueSelector/index.js b/src/components/QueueSelector/index.js new file mode 100644 index 0000000..4686319 --- /dev/null +++ b/src/components/QueueSelector/index.js @@ -0,0 +1 @@ +export { default } from "./QueueSelector"; \ No newline at end of file