chore: moved layout to src folder

This commit is contained in:
canove
2021-01-10 11:12:44 -03:00
parent 8ef50a76ca
commit e34305b976
4 changed files with 18 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
import React from "react";
const Queues = () => {
return <div></div>;
};
export default Queues;