Test trigger now

This commit is contained in:
Brian Lovin 2019-01-12 17:55:30 -08:00
parent 5fa7d5e7e2
commit 01279180e0

View file

@ -1,6 +1,6 @@
// @flow
import * as React from 'react';
import Page, { SectionHeading, Heading, Subheading } from '../components/Page';
import Page, { SectionHeading } from '../components/Page';
import type { GetInitialProps } from '../types';
class Index extends React.Component<{}> {