Skip to content

Commit c12593c

Browse files
committed
feat(pages): Add 2018 page
1 parent 8c489bd commit c12593c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/pages/2018.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
id: "2018",
3+
title: "2018",
4+
description: "React Finland 2018",
5+
main: `
6+
React Finland was a great success! Read about [what lessons we learned](https://medium.com/react-finland/react-finland-2018-lessons-learned-754a5f29067c) and [how people experienced the conference](https://medium.com/react-finland/react-finland-2018-blog-coverage-e65bcece8946).
7+
8+
See also [2018 speakers](/2018/speakers/), [schedule](/2018/schedule/), and [workshops](/2018/workshops/).`,
9+
};

0 commit comments

Comments
 (0)