
Type this code
Start typing to get racing
1
2
3
4
5
6
7
8
9
async function AddSnippet() {⏎ return (⏎ <h1 className="text-foreground text-lg">⏎ Add Snippet⏎ </h1>⏎ )⏎ }⏎ ⏎ export default AddSnippet;
Start typing to get racing
async function AddSnippet() {⏎ return (⏎ <h1 className="text-foreground text-lg">⏎ Add Snippet⏎ </h1>⏎ )⏎ }⏎ ⏎ export default AddSnippet;