Theme.tsx 125 Bytes
Newer Older
Kim, MinGyu's avatar
처음    
Kim, MinGyu committed
1
2
3
4
5
6
7
8
9
10
import React from "react";


export default function Theme() {
    return (
          <div > Theme</div>
      
    );
  
  }