한글을 사용하는 테스트 페이지

잘 렌더링이 될까요?

import something

something.doThings("hey")

class Thingy:
    def __init__(self, greet):
        self.greet = greet
import { something } from "../anything";

const anItem = {
  name: "itemy",
  module: something,
};

console.log(anItem.toString());