mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 02:00:56 +00:00
13 lines
144 B
TypeScript
13 lines
144 B
TypeScript
import React from 'react'
|
|
|
|
const FayidaSignup = ()=> {
|
|
return (
|
|
<div>
|
|
|
|
</div>
|
|
)
|
|
}
|
|
|
|
|
|
export default FayidaSignup;
|