Skip to content

Commit

Permalink
refactor: 디렉토리 구조 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed May 10, 2024
1 parent 2309ce9 commit a09b96d
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import { Provider } from "react-redux";
import { Route, Routes } from "react-router-dom";

import { MainLayout } from "@/common/layout/MainLayout";
import { MainLayout } from "@/components/layout/MainLayout";

import HomePage from "@/pages/HomePage";

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.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

import { FooterContainer } from "@/common/layout/Footer.styled";
import { FooterContainer } from "@/components/layout/Footer.styled";

const Footer: React.FC = () => {
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.
2 changes: 1 addition & 1 deletion src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

import { Pagination } from "@/common/navigation/Pagination";
import { Pagination } from "@/components/navigation/Pagination";

import { PageContainer, MainContent, StyledImage } from "@/pages/HomePage.styled";

Expand Down

0 comments on commit a09b96d

Please sign in to comment.