I hereby claim:
- I am kouak on github.
- I am kouak (https://keybase.io/kouak) on keybase.
- I have a public key ASDJCyoXpu20ItWwb150_wNQmc4mx4p5cuYMFIW_03a_oAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <!-- saved from url=(0013)chrome://gpu/ --> | |
| <html i18n-processed=""><!-- | |
| Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
| Use of this source code is governed by a BSD-style license that can be | |
| found in the LICENSE file. | |
| --><head i18n-values="dir:textdirection;lang:language" dir="ltr" lang="fr"><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> | |
| <meta name="viewport" content="width=device-width"> | |
| <style> | |
| * { |
| /* @flow */ | |
| import React from 'react'; | |
| import moment from 'moment'; | |
| type Props = { | |
| client: any, | |
| }; | |
| type State = { | |
| nextReset: ?Date, |
| /* @flow */ | |
| import React from 'react'; | |
| import injectSheet from 'react-jss'; | |
| const styles = { | |
| testClass: { | |
| backgroundColor: 'red', | |
| }, | |
| }; |