Skip to content

Commit

Permalink
Revert "add: NOP bindings"
Browse files Browse the repository at this point in the history
This reverts commit 9f27b65.
  • Loading branch information
maamokun committed Jul 22, 2024
1 parent cf816e1 commit 5d1353a
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 21 deletions.
1 change: 0 additions & 1 deletion app/[lng]/about/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';
import { useClientTranslation } from "@/app/i18n/client";
import { Button, Heading, Card, Center, Flex } from "@neodyland/ui";
import { useRouter } from "next/navigation";
Expand Down
1 change: 0 additions & 1 deletion app/[lng]/account/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';
import { useState, useEffect, useRef } from "react";
import { useSession, signIn, signOut } from "next-auth/react";
import {
Expand Down
1 change: 0 additions & 1 deletion app/[lng]/contact/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';
import { useClientTranslation } from "@/app/i18n/client";
import { Button, Heading, Card, Center, Flex } from "@neodyland/ui";
import { useRouter } from "next/navigation";
Expand Down
1 change: 0 additions & 1 deletion app/[lng]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';
import { TypewriterEffect } from "../ui/type";
import SpinningGallery from "../ui/SpinningGallery";
import { useClientTranslation } from "../i18n/client";
Expand Down
1 change: 0 additions & 1 deletion app/[lng]/solutions/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';
import { Button, Heading, Card, Center, Flex } from "@neodyland/ui";
import { useClientTranslation } from "@/app/i18n/client";
import { useRouter } from "next/navigation";
Expand Down
1 change: 0 additions & 1 deletion app/[lng]/tech/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';
import { TypewriterEffect } from "@/app/ui/type";
import { useClientTranslation } from "@/app/i18n/client";
import { Button, Heading, Card, Center, Flex, Text } from "@neodyland/ui";
Expand Down
1 change: 0 additions & 1 deletion app/[lng]/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';
import { Header, Footer, ToastProvider, useToast } from "@neodyland/ui";
import Image from "next/image";
import mikanLogo from "../assets/mikandev-circle.webp";
Expand Down
1 change: 0 additions & 1 deletion app/[lng]/vision/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';
import { useClientTranslation } from "@/app/i18n/client";
import { Button, Heading, Card, Center, Flex } from "@neodyland/ui";
import { useRouter } from "next/navigation";
Expand Down
1 change: 0 additions & 1 deletion app/i18n/client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';

import { useEffect, useState } from "react";
import i18next from "i18next";
Expand Down
1 change: 0 additions & 1 deletion app/ui/AccButton.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';
import { motion, AnimatePresence } from "framer-motion";
import { useState } from "react";
import { useSession, signIn, signOut } from "next-auth/react";
Expand Down
1 change: 0 additions & 1 deletion app/ui/auth.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';

import { useSession, signIn, signOut } from "next-auth/react";
import { Button } from "@neodyland/ui";
Expand Down
1 change: 0 additions & 1 deletion app/ui/pin.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';
import React, { useState } from "react";
import { motion } from "framer-motion";
import { cn } from "./cn";
Expand Down
1 change: 0 additions & 1 deletion app/ui/session.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';

import { SessionProvider } from "next-auth/react";
import { ReactNode } from "react";
Expand Down
1 change: 0 additions & 1 deletion app/ui/signin.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';
import { Button } from "@neodyland/ui";

type Props = {
Expand Down
1 change: 0 additions & 1 deletion app/ui/signout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';
import { Button } from "@neodyland/ui";

type Props = {
Expand Down
1 change: 0 additions & 1 deletion app/ui/type.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';

import { cn } from "./cn";
import { motion, stagger, useAnimate, useInView } from "framer-motion";
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion loader.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
export const runtime = 'edge';

export default function myImageLoader({
src,
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@
},
"devDependencies": {
"@biomejs/biome": "^1.5.1",
"@cloudflare/next-on-pages": "^1.12.1",
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5"
"eslint": "^9.0.0",
"eslint-config-next": "14.2.3"
}
}

0 comments on commit 5d1353a

Please sign in to comment.