- New York
- https://seankwon.github.io
Pinned Loading
-
-
zshrc
zshrc 1# If you come from bash you might have to change your $PATH.
2# export PATH=$HOME/bin:/usr/local/bin:$PATH
34# Path to your oh-my-zsh installation.
5export ZSH=/Users/skwon/.oh-my-zsh
-
vimrc
vimrc 1set nocompatible
23set expandtab
4set tabstop=2
5set shiftwidth=2
-
ResourceReducer.js
ResourceReducer.js 1import { Db } from './db';
2import { createSelector } from 'reselect';
3import { useEffect } from 'react';
4import { useDispatch, useSelector } from 'react-redux';
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.