mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-02-23 12:22:00 +00:00
8 lines
109 B
TypeScript
8 lines
109 B
TypeScript
|
import React from 'react'
|
||
|
|
||
|
export default function Agreements() {
|
||
|
return (
|
||
|
<div>Agreements</div>
|
||
|
)
|
||
|
}
|