import { genTableColumnSnippet } from "./snippetTableColumn"; export const genTableSnippet = (headers = "getList") => { return ` `; };