Skip to content

Commit

Permalink
reorganize some folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin McLaughlin committed Nov 22, 2023
1 parent ec08f25 commit 9189db1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PersonalWebsite.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersonalWebsite", "PersonalWebsite\PersonalWebsite.csproj", "{85090680-1997-49A8-BAB0-2283BD353DC8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PersonalWebsite", "PersonalWebsite\PersonalWebsite.csproj", "{85090680-1997-49A8-BAB0-2283BD353DC8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@inherits LayoutComponentBase

<Background />
<StarryBackground />

@Body
File renamed without changes.
2 changes: 1 addition & 1 deletion PersonalWebsite/_Imports.razor
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
@using Microsoft.JSInterop
@using PersonalWebsite
@using PersonalWebsite.Components
@using PersonalWebsite.Shared
@using PersonalWebsite.Layout

0 comments on commit 9189db1

Please sign in to comment.