forked from extern/easydiffusion
10 lines
120 B
TypeScript
10 lines
120 B
TypeScript
import React from "react";
|
|
|
|
export default function Beta() {
|
|
return (
|
|
<div>
|
|
<h1>Beta</h1>
|
|
</div>
|
|
);
|
|
}
|