Updated frontend direcotry structure

This commit is contained in:
KS Jannette
2026-02-11 14:27:13 -05:00
parent 14bd1add26
commit fcc8dbe9f7
22 changed files with 3257 additions and 3300 deletions

View File

@@ -0,0 +1,11 @@
import { useState } from 'react';
const Button = () => {
return (
<button>
Click me
</button>
);
};
export default Button;