Skip to content

Commit

Permalink
chore: apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Aug 4, 2024
1 parent 4d0c286 commit 1e5e7c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/posts/[postId]/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useState } from 'react';
import { redirect, useParams } from 'react-router-dom';
import { useLiveQuery } from 'dexie-react-hooks';


import { Input } from '~/components/Input';
import type { IBlogPost } from '~/components/PostPreview';
import { db } from '~/services/db';
Expand Down
1 change: 0 additions & 1 deletion src/pages/posts/new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { v4 as uuidv4 } from 'uuid';
import { Input } from '~/components/Input';
import { db } from '~/services/db';


function getRandomInt(max: number) {
return Math.floor(Math.random() * max);
}
Expand Down

0 comments on commit 1e5e7c8

Please sign in to comment.