mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-23 08:26:56 +00:00
9 lines
211 B
JavaScript
9 lines
211 B
JavaScript
import React from 'react'
|
|
|
|
const VehicleRegisterForm = ()=> (
|
|
<form className="w-64 flex flex-col justify-center shadow">
|
|
<h3>Register A Vehicle</h3>
|
|
</form>
|
|
)
|
|
|
|
export default VehicleRegisterForm |