Move to single quotes
This commit is contained in:
@@ -14,9 +14,9 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
import React from "react";
|
||||
import React from 'react';
|
||||
|
||||
import "./SingleColumn.scss";
|
||||
import './SingleColumn.scss';
|
||||
|
||||
interface IProps {
|
||||
children?: React.ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user