mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 add next-pwa, manifest & new logo
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user