new todo frontend
This commit is contained in:
7
todo-frontend/src/Loading.tsx
Normal file
7
todo-frontend/src/Loading.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Component for displaying a loading message.
|
||||
* Very simple right now, but could be refactored to match a style guide.
|
||||
*/
|
||||
export function Loading(props: { name: string }) {
|
||||
return <span>Loading {props.name}...</span>;
|
||||
}
|
||||
Reference in New Issue
Block a user