📦 add next-pwa, manifest & new logo

This commit is contained in:
pheralb
2022-04-10 18:42:18 +01:00
parent 5d8a71c145
commit 5542cf499c
22 changed files with 5602 additions and 310 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
import React from "react";
import { motion } from "framer-motion";
const Transitions = ({ key, children }) => {
const Transitions = ({ children }) => {
return (
<motion.div
key={key}
initial="initial"
animate="animate"
variants={{