wip
This commit is contained in:
parent
d94f2c91fb
commit
17a12d127c
5 changed files with 78 additions and 50 deletions
|
@ -2,6 +2,8 @@ import * as React from 'react';
|
|||
import * as ReactDOM from 'react-dom';
|
||||
import { App } from './App';
|
||||
|
||||
document.body.classList.add('dark');
|
||||
|
||||
// cookieにトークンが入ってたらlocalStorageに移し替える
|
||||
const token = document.cookie
|
||||
.split('; ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue