Skip to content

Commit

Permalink
[add] test
Browse files Browse the repository at this point in the history
  • Loading branch information
ymuichiro committed Aug 3, 2023
1 parent 7049490 commit 65cfa75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/app/components/templates/TemplateWIthHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Appbar from '@/components/atom/Appbar';
import Appbar from '@/components/atom/AppBar';
import DrawerPermanent from '@/components/atom/DrawerPermanent';
import DrawerSwipeable from '@/components/atom/DrawerSwipeable';
import DrawerContent from '@/components/moleculs/DrawerContent';
Expand Down
1 change: 0 additions & 1 deletion packages/app/prisma/erd.svg

This file was deleted.

2 changes: 1 addition & 1 deletion packages/app/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ generator client {

datasource db {
provider = "sqlite"
url = "file:./main.db"
url = "file:./database/main.db"
}

model Account {
Expand Down

0 comments on commit 65cfa75

Please sign in to comment.