mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-10 07:09:48 +08:00
5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
export default function App() {
|
|
// eslint-disable-next-line unicorn/no-null
|
|
return null;
|
|
}
|