fix: correct styled-system import paths in games page
- Fix import paths from ../../styled-system to ../../../styled-system - Resolves module not found compilation error 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
'use client'
|
||||
|
||||
import Link from 'next/link'
|
||||
import { css } from '../../styled-system/css'
|
||||
import { grid } from '../../styled-system/patterns'
|
||||
import { css } from '../../../styled-system/css'
|
||||
import { grid } from '../../../styled-system/patterns'
|
||||
|
||||
export default function GamesPage() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user