Skip to content

Commit

Permalink
fix unresolved merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bookernath committed Oct 24, 2024
1 parent 73af153 commit 3de1ed0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
'use server';

<<<<<<< HEAD
import { getLocale } from 'next-intl/server';
import { z } from 'zod';
=======
import { cookies } from 'next/headers';
>>>>>>> b4c40a5a (refactor(core): cart (#1400))

import { getSessionCustomerId } from '~/auth';
import { client } from '~/client';
Expand Down

0 comments on commit 3de1ed0

Please sign in to comment.