mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-18 15:38:10 +00:00
Enable flow: sourcecred.js and editor/App.test.js (#239)
They were already correct from a typing perspective, so no other changes needed.
This commit is contained in:
parent
d221a933d8
commit
d34503799c
@ -1,4 +1,4 @@
|
||||
// @no-flow
|
||||
// @flow
|
||||
require("@oclif/command")
|
||||
.run()
|
||||
.catch(require("@oclif/errors/handle"));
|
||||
|
@ -1,4 +1,4 @@
|
||||
// @no-flow
|
||||
// @flow
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
import App from "./App";
|
||||
|
Loading…
x
Reference in New Issue
Block a user