This commit is contained in:
nmemmert
2026-05-26 17:20:54 -04:00
parent f47a41ce6f
commit 9a78e2a65f
2 changed files with 13 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "study-app",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 5173
}
]
}
+1
View File
@@ -992,6 +992,7 @@ const App = () => {
Begin Studying Begin Studying
</button> </button>
</div> </div>
</div>
</section> </section>
) : ( ) : (
<section className="grid gap-8 xl:grid-cols-[260px_1fr]"> <section className="grid gap-8 xl:grid-cols-[260px_1fr]">