Skip to content

Commit

Permalink
Update new.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AsynchronousAI authored Jan 29, 2024
1 parent ea1db1f commit 1913e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Link from 'next/link';
import firebase from 'firebase/app';
import { SharingPermissions } from '../src/components/SharingPermissions';
import va from '@vercel/analytics';
import { generateRandomFileName } from '../src/scripts/generateRandomFileName.tsx';
import { generateRandomFileName } from '../src/scripts/generateRandomFileName.ts';


function classNames(...classes: any[]) {
Expand Down

0 comments on commit 1913e9a

Please sign in to comment.