2022-03-11 15:46:11 -08:00

5 lines
99 B
TypeScript

import register from '@playwright/ct-react/register';
import App from './App';
register({ App });