mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-22 05:41:39 +03:00
3 lines
66 B
TypeScript
3 lines
66 B
TypeScript
|
export default function About() {
|
||
|
return <div>About</div>;
|
||
|
}
|