mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 14:00:20 -05:00
8 lines
147 B
JavaScript
8 lines
147 B
JavaScript
import React from 'react';
|
|
|
|
const SettingsConfig = () => {
|
|
return <div>Settings & Config Placeholder</div>;
|
|
};
|
|
|
|
export default SettingsConfig;
|