mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-23 13:16:47 +00:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
import React from "react";
|
|
|
|
const InputSelect = () => {
|
|
return <div></div>;
|
|
};
|
|
|
|
export default InputSelect;
|