Feature: complete basket implementation
This commit is contained in:
parent
67f2b02d2d
commit
c38dfe56c4
@ -27,7 +27,6 @@ fun MainContent() {
|
||||
modifier = Modifier.fillMaxSize()
|
||||
) {
|
||||
Header()
|
||||
|
||||
Navigate()
|
||||
|
||||
}
|
||||
|
32
erId)
Normal file
32
erId)
Normal 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
|
Loading…
Reference in New Issue
Block a user