mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
Fix prettier on all files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import C from 'react-fiber-traverse'
|
||||
import React from 'react'
|
||||
import ReactDOM from 'react-dom'
|
||||
import C from "react-fiber-traverse";
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
|
||||
ReactDOM.render(<C />, document.getElementById('root'))
|
||||
ReactDOM.render(<C />, document.getElementById("root"));
|
||||
|
||||
Reference in New Issue
Block a user