• This project
    • Loading...
  • Sign in

한우준 / Straight-Up

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Straight-Up
  • straight-up
  • src
  • store
  • Global.js
  • MrMirror21's avatar
    add loading page & add retry button · 8dd2e87e
    8dd2e87e
    MrMirror21 authored 2020-12-10 13:04:47 +0900
Global.js 238 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
import { atom } from 'recoil';

export const selectedPosState = atom({
    key: 'selectedPosState',
    default: "front",
})

export const analysisResultState = atom({
    key: 'analysisResultState',
    default: "loading",
})