Commit 2dad2f4a authored by Duminda Kodagoda's avatar Duminda Kodagoda

Merge branch 'feature/security_IT18053760' into 'master'

security related file testing

See merge request !5
parents 3c1a6be9 1b5109ee
import React from 'react';
import styled from 'styled-components';
const security = (): JSX.Element => {
return <Container></Container>;
};
const Container = styled.div``;
export default security;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment