Skip to content

Commit 0e0a97f

Browse files
committed
moved circle and questions and line into one folder
1 parent 769bcfb commit 0e0a97f

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

client/src/components/Line.jsx renamed to client/src/components/Profile/Circle&Questions/Line.jsx

File renamed without changes.

client/src/components/Line2.jsx renamed to client/src/components/Profile/Circle&Questions/Line2.jsx

File renamed without changes.

client/src/components/Questions.jsx renamed to client/src/components/Profile/Circle&Questions/Questions.jsx

File renamed without changes.

client/src/components/Stat.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Questions from "./Questions";
1+
import Questions from "./Profile/Circle&Questions/Questions";
22
import Circle from "./Circle";
33
import { useState, useEffect } from "react";
44
import Profile from "./Profile";

client/src/components/StatsGenerator.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Questions from "./Questions";
1+
import Questions from "./Profile/Circle&Questions/Questions";
22
import Circle from "./Circle";
33
import { useState } from "react";
44
import axios from "axios";

0 commit comments

Comments
 (0)