diff --git a/docusaurus/src/components/StarChart/index.js b/docusaurus/src/components/StarChart/index.js index 731acfea6..4a3724ebe 100644 --- a/docusaurus/src/components/StarChart/index.js +++ b/docusaurus/src/components/StarChart/index.js @@ -1,8 +1,5 @@ import React from 'react'; import CanvasJSReact from '@canvasjs/react-charts'; -import fileData from './data.json' -import inputData from './all.json' -import processedData from './processed.json' import zrok from './all.zrok.stargazers.json' import ziti from './all.ziti.stargazers.json' import others from './all.other.stargazers.json'