Skip to content

Commit

Permalink
[chore] build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zestlee1106 committed Dec 19, 2023
1 parent 24f10ee commit 8a23fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/userInfo/myPostings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* eslint-disable react/no-unstable-nested-components */
import React, { useState, useEffect } from 'react';
import NoPosting from '@/public/icons/noPosting.svg';
import Step1 from '@/pages/room/addRoom/step1.tsx';
import Step1 from '@/pages/room/add/step1.tsx';
import useModal from '@/hooks/useModal';
import DefaultLayout from '@/components/layouts/DefaultLayout';
import { Nav } from '@/components/index.tsx';
Expand Down

0 comments on commit 8a23fb0

Please sign in to comment.