mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 22:00:22 -05:00
Added functionality
added securitytools functions
This commit is contained in:
7
frontend/src/components/SettingsConfig.js
Normal file
7
frontend/src/components/SettingsConfig.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
const SettingsConfig = () => {
|
||||
return <div>Settings & Config Placeholder</div>;
|
||||
};
|
||||
|
||||
export default SettingsConfig;
|
||||
Reference in New Issue
Block a user