mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-30 14:24:27 +02:00
10 lines
128 B
TypeScript
10 lines
128 B
TypeScript
import React from "react";
|
|
|
|
export default function Settings() {
|
|
return (
|
|
<div>
|
|
<h1>Settings</h1>
|
|
</div>
|
|
);
|
|
}
|