You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { useViewport } from '@/src/contexts/ViewportProvider';
import c from '@/src/utils/constants';
import { css } from '@emotion/react';
import Image from 'next/image';
import Link from 'next/link';
This code is the import that I have currently created.
And the pretier setting I wrote is as follows.
// The order of @emotion and next may be different.
import { css } from '@emotion/react';
import Image from 'next/image';
import Link from 'next/link';
import { useViewport } from '@/src/contexts/ViewportProvider';
import c from '@/src/utils/constants';
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This code is the import that I have currently created.
And the pretier setting I wrote is as follows.
I set the path in jsconfig.
The order I expected and intended is as follows.
what should I do?
Beta Was this translation helpful? Give feedback.
All reactions