mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-28 15:48:12 +00:00
* chore: added jsx-runtime plugin in eslint tsconfig Signed-off-by: GermaVinsmoke <vaibhav1180@gmail.com> * chore: updated react imports Signed-off-by: GermaVinsmoke <vaibhav1180@gmail.com> * chore: renamed redux dispatch Signed-off-by: GermaVinsmoke <vaibhav1180@gmail.com> * fix: build is fixed --------- Signed-off-by: GermaVinsmoke <vaibhav1180@gmail.com> Co-authored-by: Palash Gupta <palashgdev@gmail.com>
8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
import CreateAlertRule from 'container/CreateAlertRule';
|
|
|
|
function CreateAlertPage(): JSX.Element {
|
|
return <CreateAlertRule />;
|
|
}
|
|
|
|
export default CreateAlertPage;
|