Skip to content

Commit

Permalink
Moved js files into folders
Browse files Browse the repository at this point in the history
  • Loading branch information
eurunuela committed Oct 2, 2021
1 parent 42ce58b commit 4925d1c
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/IntroPopUp.js → src/PopUps/IntroPopUp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from "react";
import UploadFolder from "./UploadFolder";
import UploadFolder from "../UploadFolder";

class IntroPopup extends Component {
render() {
Expand Down
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import ReactDOM from "react-dom";
import React, { Component } from "react";

import Tabs from "./Tabs";
import Panel from "./Panel";
import Carpets from "./Carpets";
import Plots from "./Plots";
import IntroPopup from "./IntroPopUp";
import AboutPopup from "./AboutPopUp";
import Tabs from "./Tabs/Tabs";
import Panel from "./Tabs/Panel";
import Carpets from "./Carpets/Carpets";
import Plots from "./Plots/Plots";
import IntroPopup from "./PopUps/IntroPopUp";
import AboutPopup from "./PopUps/AboutPopUp";

import "./styles.css";

Expand Down

0 comments on commit 4925d1c

Please sign in to comment.