Skip to content

Commit

Permalink
fix: remove framer-motion util file (#165)
Browse files Browse the repository at this point in the history
- forgot to delete file after removing framer-motion dependency
  • Loading branch information
evan-buss authored May 5, 2024
1 parent bd1859b commit 32b77f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16 as web
FROM node:18 as web
WORKDIR /web
COPY . .
WORKDIR /web/server/app/
Expand Down
9 changes: 0 additions & 9 deletions server/app/src/utils/animation.ts

This file was deleted.

0 comments on commit 32b77f1

Please sign in to comment.