Skip to content

Commit

Permalink
add styles
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Jan 14, 2018
1 parent fb93e13 commit 4d56a10
Show file tree
Hide file tree
Showing 4 changed files with 1,254 additions and 2 deletions.
2 changes: 2 additions & 0 deletions index.js
@@ -1,6 +1,8 @@
import { h, app } from 'hyperapp'
import debounce from 'debounce-promise'

import './styles/main.sass'

const getUserDataFn = username => {
return fetch(`https://api.github.com/users/${username}`)
.then(res => res.json())
Expand Down

0 comments on commit 4d56a10

Please sign in to comment.