We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4325fe commit 0f935abCopy full SHA for 0f935ab
client/src/components/Circle.jsx …ents/Profile/Circle&Questions/Circle.jsxclient/src/components/Circle.jsx renamed to client/src/components/Profile/Circle&Questions/Circle.jsx
client/src/components/Stat.jsx
@@ -1,5 +1,5 @@
1
import Questions from "./Profile/Circle&Questions/Questions";
2
-import Circle from "./Circle";
+import Circle from "./Profile/Circle&Questions/Circle";
3
import { useState, useEffect } from "react";
4
import Profile from "./Profile/About/Profile";
5
import SocialLinks from "./Profile/About/SocialLinks";
client/src/components/StatsGenerator.jsx
import { useState } from "react";
import axios from "axios";
0 commit comments