teableio/teable

View on GitHub
apps/nextjs-app/src/features/app/components/Welcom.tsx

Summary

Maintainability
A
0 mins
Test Coverage
export const Welcome = () => {
  return <div>welcome</div>;
};