added a comment to exlain my decision

This commit is contained in:
Kim, Jimin 2021-07-31 08:50:33 +09:00
parent c0d730c02d
commit 4bc30cb6e3

View file

@ -5,6 +5,7 @@
import { css } from "styled-components"
// not declared in the export object so the export object can refer to it
function theme(currentTheme, values) {
return values[currentTheme]
}