Skip to content

Commit

Permalink
update UnifyContent location
Browse files Browse the repository at this point in the history
  • Loading branch information
Firebird1029 committed Mar 23, 2024
1 parent 0e2ee7b commit 7d70ed8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/app/unify/[users]/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { useEffect, useState } from "react";
import PropTypes from "prop-types";
import createClient from "@/utils/supabase/client";
import UnifyContent from "@/components/UnifyContent";
import UnifyContent from "./UnifyContent";

export default function UnifyPage({ params: { users } }) {
// console.log(users);
Expand Down

0 comments on commit 7d70ed8

Please sign in to comment.