File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- import * as React from 'react' ;
21import type { SVGProps } from 'react' ;
32const SvgIcTomorrow = ( props : SVGProps < SVGSVGElement > ) => (
43 < svg xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 28 28" { ...props } >
Original file line number Diff line number Diff line change 1- import * as React from 'react' ;
21import type { SVGProps } from 'react' ;
32const SvgIcYesterday = ( props : SVGProps < SVGSVGElement > ) => (
43 < svg xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 28 28" { ...props } >
Original file line number Diff line number Diff line change 1- import Mandalart from '@/common/component/Mandalart/Mandalart' ;
21import * as styles from './Mandal.css' ;
32import Toggle from './component/Toggle/Toggle' ;
43
4+ import Mandalart from '@/common/component/Mandalart/Mandalart' ;
5+
56const Mandal = ( ) => {
67 return (
78 < div className = { styles . viewContainer } >
You can’t perform that action at this time.
0 commit comments