Move the rest of the WebComponents into their own directory to get ready for tests

This commit is contained in:
nathan
2021-08-25 15:35:06 -06:00
parent 584d6bf51d
commit 2e712c47bc
9 changed files with 24 additions and 24 deletions

View File

@ -3,7 +3,7 @@
*/
import {assert, fixture} from '@open-wc/testing';
import {Et2Button} from "../Et2Button";
import type {Et2Widget} from "../../Et2Widget";
import type {Et2Widget} from "../../Et2Widget/Et2Widget";
import {html} from "lit-element";
import * as sinon from 'sinon';