mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 14:00:20 -05:00
Refactoring pages. Added routing.
This commit is contained in:
7
frontend/src/pages/ApplicationsPage.jsx
Normal file
7
frontend/src/pages/ApplicationsPage.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
const ApplicationsPage = () => {
|
||||
return <div>Applications Placeholder</div>;
|
||||
};
|
||||
|
||||
export default ApplicationsPage;
|
||||
Reference in New Issue
Block a user