Skip to content

Commit

Permalink
folder name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ampodo committed Dec 6, 2023
1 parent b1cfb9c commit 195fd2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/cars/[carid]/page.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import axios from "axios";
import { cookies } from "next/headers";
import CarInformation from "@/components/information/CarInformation";
import CarInformation from "@/components/singlepageCar/CarInformation";

export async function getCar(carid) {

Expand Down

0 comments on commit 195fd2d

Please sign in to comment.