fix typos

pull/353/head
MrChristofferson 2017-07-26 15:45:58 -05:00
parent ef35949fe7
commit c28b53bd5a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import * as React from "react";
import { Page } from "../Page";
import { Page } from "../page";
import { mount } from "enzyme";
describe("<Page />", () => {

View File

@ -1,5 +1,5 @@
import * as React from "react";
import { Saucer } from "../Saucer";
import { Saucer } from "../saucer";
import { mount } from "enzyme";
describe("<Saucer />", () => {