11 lines
231 B
TypeScript
Raw Normal View History

2022-03-11 15:46:11 -08:00
import register from '@playwright/ct-svelte/register';
import App from './App.svelte';
import ContactCard from './lib/ContactCard.svelte';
import Counter from './lib/Counter.svelte';
register({
App,
Counter,
ContactCard
});