diff --git a/front/.gitignore b/front/.gitignore index 4a5ec65..66c8e91 100644 --- a/front/.gitignore +++ b/front/.gitignore @@ -21,4 +21,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -.vscode \ No newline at end of file +.vscode +yarn.lock \ No newline at end of file diff --git a/front/package.json b/front/package.json index 206adfd..a68aea4 100644 --- a/front/package.json +++ b/front/package.json @@ -7,6 +7,7 @@ "antd": "^3.19.8", "axios": "^0.19.0", "babel-plugin-import": "^1.12.0", + "clipboard": "^2.0.4", "customize-cra": "^0.2.14", "less": "^3.9.0", "query-string": "^6.8.1", @@ -42,4 +43,4 @@ "devDependencies": { "less-loader": "^5.0.0" } -} \ No newline at end of file +} diff --git a/front/public/index.html b/front/public/index.html index b1a5133..dcf6794 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -19,7 +19,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> -