Skip to content

Commit

Permalink
refactor: src 以下のディレクトリ構成を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
crab85193 committed Dec 14, 2024
1 parent 9160d8f commit 46c8c73
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import logo from "./logo.svg";
import "./App.css";
import logo from "./assets/images/logo.svg";
import "./assets/styles/App.css";

function App() {
return (
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import ReactDOM from "react-dom/client";
import "./index.css";
import "./assets/styles/index.css";
import App from "./App";
import reportWebVitals from "./reportWebVitals";

Expand Down
2 changes: 1 addition & 1 deletion src/App.test.tsx → src/tests/App.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { render, screen } from "@testing-library/react";
import App from "./App";
import App from "./../App";

test("renders learn react link", () => {
render(<App />);
Expand Down
File renamed without changes.

0 comments on commit 46c8c73

Please sign in to comment.