fix(nx-dev): Navigating to blogs should work (#26972)

Before:

![Screenshot 2024-07-17 at 2 42
10 PM](https://github.com/user-attachments/assets/bbc60e06-98b0-4752-bb07-e7d206877dec)

After: 
![Screenshot 2024-07-17 at 12 54
04 PM](https://github.com/user-attachments/assets/062e2e9c-36df-45d6-91e6-7ac16040bc52)
This commit is contained in:
Nicholas Cunningham 2024-07-17 14:06:04 -06:00 committed by GitHub
parent 064eb714cf
commit fb02e3d0d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,4 @@
'use client';
import { motion } from 'framer-motion'; import { motion } from 'framer-motion';
import { FC, SVGProps } from 'react'; import { FC, SVGProps } from 'react';