casbin / casbin-hub

The hub for Casbin
https://dashboard.casbin.com
Apache License 2.0
87 stars 46 forks source link

Merge conflicts in App.js file in src folder #108

Closed arteevraina closed 3 years ago

arteevraina commented 3 years ago
./src/App.js
  Line 2:2:  Parsing error: Unexpected token

  1 | import React from 'react';
> 2 | <<<<<<< HEAD
    |  ^
  3 | import {Switch, Route, Redirect} from 'react-router-dom'
  4 | import Frame from './components/frame/Index'
  5 | import 'antd/dist/antd.css';

I think these may be left in the recent merges.