Skip to content

Commit

Permalink
Merge pull request #2 from eurunuela/enh/create_folders
Browse files Browse the repository at this point in the history
Moved js files into folders
  • Loading branch information
eurunuela authored Oct 2, 2021
2 parents 42ce58b + 4925d1c commit c3e995b
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 c3e995b

Please sign in to comment.