demo-react-animated-list/AnimatedListDemo.tsx

6 lines
107 B
TypeScript
Raw Normal View History

2024-08-06 16:26:30 -07:00
import React from 'react';
export const AnimatedListDemo = () => {
return <main>Hello, world</main>;
};