Commit 42076e72 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Move `adder-toolbar` -> `AdderToolbar`

parent fad14cf1
import { render } from 'preact';
import AdderToolbar from './components/adder-toolbar';
import AdderToolbar from './components/AdderToolbar';
import { isTouchDevice } from '../shared/user-agent';
import { createShadowRoot } from './util/shadow-root';
......
......@@ -32,7 +32,7 @@ function revertOffsetElement(el) {
// nb. These tests currently cover the `AdderToolbar` Preact component as well
// as the `Adder` container. The tests for `AdderToolbar` should be moved into
// `adder-toolbar-test.js`.
// `AdderToolbar-test.js`.
describe('Adder', () => {
let adderCtrl;
let adderCallbacks;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment