mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 12:49:32 +00:00
chore: moved layout to src folder
This commit is contained in:
7
frontend/src/pages/Queues/index.js
Normal file
7
frontend/src/pages/Queues/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
const Queues = () => {
|
||||
return <div></div>;
|
||||
};
|
||||
|
||||
export default Queues;
|
||||
Reference in New Issue
Block a user