Skip to content

Commit

Permalink
next line in code
Browse files Browse the repository at this point in the history
  • Loading branch information
sinapirani committed Jul 2, 2022
1 parent f42c7dd commit 9e60880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/codeSlice.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createSlice } from "@reduxjs/toolkit"
export const codeSlice = createSlice({
name: "code",
initialState: {
code: "let page = '@sinapiranix' console.log(page)",
code: "let page = '@sinapiranix' \n console.log(page)",
},
reducers: {
setCode: (state, action) => {
Expand Down

1 comment on commit 9e60880

@vercel
Copy link

@vercel vercel bot commented on 9e60880 Jul 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vscodereact – ./

vscodereact.vercel.app
vscodereact-sinapirani.vercel.app
vscodereact-git-main-sinapirani.vercel.app

Please sign in to comment.