Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq0826 committed Jul 29, 2024
1 parent 562d3af commit fef4404
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/community/Events/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Box, Button, SvgIcon } from "@mui/material"
// import { communityEventListUrl } from "@/apis/community"
import { ReactComponent as ArrowSvg } from "@/assets/svgs/ecosystem/arrow.svg"
import SuccessionToView, { SuccessionItem } from "@/components/Motion/SuccessionToView"
import { COMMUNITY_REGION_LIST, COMMUNITY_TIME_LIST } from "@/constants"
import { COMMUNITY_REGION_LIST, COMMUNITY_TIME_LIST } from "@/constants/community"

import Card from "./EventCard"
import generateMockData from "./mock"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/community/Events/RegionSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useTheme } from "@mui/material/styles"

import { ReactComponent as RegionIcon } from "@/assets/svgs/community/region.svg"
import Select from "@/components/Select"
import { COMMUNITY_REGION_LIST } from "@/constants"
import { COMMUNITY_REGION_LIST } from "@/constants/community"

const RegionSelect = props => {
const { sticky, top, value, onChange } = props
Expand Down
2 changes: 1 addition & 1 deletion src/pages/community/Events/TimeSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useTheme } from "@mui/material/styles"

import { ReactComponent as TimeIcon } from "@/assets/svgs/community/time.svg"
import Select from "@/components/Select"
import { COMMUNITY_TIME_LIST } from "@/constants"
import { COMMUNITY_TIME_LIST } from "@/constants/community"

const TimeSelect = props => {
const { sticky, top, value, onChange } = props
Expand Down
2 changes: 1 addition & 1 deletion src/pages/community/Events/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Stack, Typography } from "@mui/material"

// import SuccessionToView, { SuccessionItem } from "@/components/Motion/SuccessionToView"
import SectionWrapper from "@/components/SectionWrapper"
import { COMMUNITY_REGION_LIST, COMMUNITY_TIME_LIST } from "@/constants"
import { COMMUNITY_REGION_LIST, COMMUNITY_TIME_LIST } from "@/constants/community"

import List from "./List"
import RegionSelect from "./RegionSelect"
Expand Down

0 comments on commit fef4404

Please sign in to comment.