mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
style: single quote
This commit is contained in:
parent
801ca07f87
commit
8549912adf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import React from 'react'
|
||||
import PropTypes from "prop-types";
|
||||
import PropTypes from 'prop-types'
|
||||
|
||||
import connect from '../driver/connect'
|
||||
import { FileExplorer as FileExplorerCore } from '../driver/core'
|
||||
|
|
|
|||
Loading…
Reference in a new issue