Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit d2e6223

Browse files
author
Mike Nikles
committed
Create the rebrand branch; add an animations deliverables placeholder page.
1 parent 588a70a commit d2e6223

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/pages/rebrand/animations.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import React from 'react'
2+
3+
const AnimationsPage: React.FunctionComponent<{}> = () => (
4+
<>
5+
TBD: Add animation deliverables.
6+
</>
7+
);
8+
9+
export default AnimationsPage;

0 commit comments

Comments
 (0)