mirror of
https://github.com/placeholder-soft/web.git
synced 2026-04-29 19:35:35 +08:00
[FEAT] Enable SSR (#727)
* Enable SSR and quick-fix rainbowkit hydration * move static content to SSR components * production ready
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
import React, { useState, useCallback } from 'react';
|
||||
import { AnimatePresence, motion, cubicBezier } from 'framer-motion';
|
||||
import Link from 'next/link';
|
||||
|
||||
import useClickAway from 'base-ui/hooks/useClickAway';
|
||||
|
||||
import { Icon } from 'base-ui';
|
||||
|
||||
import { REVERSE_COLOR, reverseTextColor } from 'apps/bridge/src/utils/colors';
|
||||
|
||||
// Dropdown Link
|
||||
|
||||
Reference in New Issue
Block a user