Bug fixes

This commit is contained in:
Jake Archibald
2020-11-11 14:49:39 +00:00
parent be4601b93a
commit 56f9d4b8c8
20 changed files with 424 additions and 125 deletions

View File

@@ -1,8 +1,8 @@
import { h, Component } from 'preact';
import * as style from './style.css';
import 'add-css:./styles.css';
import 'add-css:./style.css';
import RangeInputElement from './custom-els/RangeInput';
import '../../custom-els/RangeInput';
import './custom-els/RangeInput';
import { linkRef } from 'shared/initial-app/util';
interface Props extends preact.JSX.HTMLAttributes {}