Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dvird committed Oct 22, 2024
1 parent 4e389ff commit e3333fa
Show file tree
Hide file tree
Showing 227 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ results/
.env.local
.env.production
.env.development
members/one/src/lib/firestore/eartho-app-firebase-adminsdk-njcdc-0fff8407e9.json
eartho-app-firebase-adminsdk-njcdc-0fff8407e9.json
Empty file added members/one-browser-app/temp
Empty file.
Empty file added members/one-mobile-app/temp
Empty file.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useSearchParams } from "next/navigation";
import { Button } from "@/components/ui/button";
import { useStripe } from "@stripe/react-stripe-js";
import { FinanceService } from "service";
import { useTranslation } from "react-i18next";
import { useTranslation } from "../../../../../node_modules/react-i18next";

const AddMethodComponent: React.FC = () => {
const { t } = useTranslation("me");
Expand Down
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
Expand Up @@ -2,7 +2,7 @@

import { useRouter } from 'next/navigation';
import { useEffect, useState } from 'react';
import Cookies from 'js-cookie';
import Cookies from '../../../node_modules/@types/js-cookie';
import {
Select,
SelectContent,
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.

0 comments on commit e3333fa

Please sign in to comment.