Skip to content

Commit

Permalink
refactor: move everything to src
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumuss committed Dec 8, 2023
1 parent f6c593d commit 11b5a81
Show file tree
Hide file tree
Showing 41 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/page.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";
import React, { useEffect, useState } from "react";
import { useRouter } from "next/navigation";
import Slides from "../../components/slides/export";
import Slides from "../components/slides/export";

export default function Home() {
const [konamiCode, setKonamiCode] = useState([]);
Expand Down
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion components/slides/SN2.js → src/components/slides/SN2.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import all from "../../variables.module.scss";
import Degrade from "../Degrade";
import base from "./SN2.module.scss";
import backgroundImage from "../../public/img/slide2-img.png";
import backgroundImage from "../../../public/img/slide2-img.png";

export default function SN2() {
return (
Expand Down
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.
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.

0 comments on commit 11b5a81

Please sign in to comment.