8 lines
77 B
TypeScript
8 lines
77 B
TypeScript
export default function Switch(){
|
|
return (
|
|
<div>
|
|
Switch
|
|
</div>
|
|
);
|
|
}
|