Skip to content

Commit

Permalink
add dynamic import
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeon81 committed Apr 11, 2024
1 parent 26d7f42 commit f9bb2cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/panel/main-page/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import React from 'react'
import * as style from './Footer.style'
import { Box, List, ListItem, Typography } from '@mui/material'
Expand Down

0 comments on commit f9bb2cf

Please sign in to comment.