Files
react-native-svg/apps/common/example/e2e/index.macos.tsx
Jakub Grzywacz b3b175a7fb feat: move examples to ./apps (#2507)
# Summary

Due to the large number of example apps in the repository, I decided to
change the structure and move all applications into an "apps" folder to
maintain a clear structure.
2024-10-25 16:12:23 +02:00

6 lines
137 B
TypeScript

import React from 'react';
import {icon} from './icon';
const component = () => <React.Fragment key="E2E" />;
export {component, icon};