Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fomalhautb committed Feb 8, 2025
1 parent 5c5a90e commit a98bcb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"use client";

import { SmartFormDialog } from "@/components/form-dialog";
import { useRouter } from "@/components/router";
import { SettingCard } from "@/components/settings";
import { getPublicEnvVar } from "@/lib/env";
import { urlSchema } from "@stackframe/stack-shared/dist/schema-fields";
import { ActionCell, ActionDialog, Alert, Button, Table, TableBody, TableCell, TableHead, TableHeader, TableRow, Typography } from "@stackframe/stack-ui";
import { useRouter } from "next/navigation";
import { useMemo, useState } from "react";
import { SvixProvider, useEndpoints, useSvix } from "svix-react";
import * as yup from "yup";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
"use client";

import { Logo } from "@/components/logo";
import { useRouter } from "@/components/router";
import { useStackApp, useUser } from "@stackframe/stack";
import { wait } from "@stackframe/stack-shared/dist/utils/promises";
import { Button, Card, CardContent, CardFooter, CardHeader, Input, Typography } from "@stackframe/stack-ui";
import Image from "next/image";
import { useRouter, useSearchParams } from "next/navigation";
import { useSearchParams } from "next/navigation";
import NeonLogo from "../../../../../../../../public/neon.png";

export const stackAppInternalsSymbol = Symbol.for("StackAuth--DO-NOT-USE-OR-YOU-WILL-BE-FIRED--StackAppInternals");
Expand Down

0 comments on commit a98bcb8

Please sign in to comment.