Feature: complete basket implementation

This commit is contained in:
Emelyanov535 2023-11-25 22:57:53 +04:00
parent 67f2b02d2d
commit c38dfe56c4
2 changed files with 32 additions and 1 deletions

View File

@ -27,7 +27,6 @@ fun MainContent() {
modifier = Modifier.fillMaxSize()
) {
Header()
Navigate()
}

32
erId) Normal file
View File

@ -0,0 +1,32 @@
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
http.sslbackend=openssl
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
core.autocrlf=true
core.fscache=true
core.symlinks=false
pull.rebase=false
credential.helper=manager-core
credential.https://dev.azure.com.usehttppath=true
init.defaultbranch=master
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
remote.origin.url=https://github.com/Emelyanov535/Android-Programming.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.LabWork_01.remote=origin
branch.LabWork_01.merge=refs/heads/master
branch.LabWork_02.remote=origin
branch.LabWork_02.merge=refs/heads/LabWork_02
branch.LabWork_03.remote=origin
branch.LabWork_03.merge=refs/heads/LabWork_03
branch.LabWork_04.remote=origin
branch.LabWork_04.merge=refs/heads/LabWork_04
user.name=Emelyanov535
user.email=nouctanch777093@gmail.com