mirror of https://github.com/perkeep/perkeep.git
ui: zembeds should belong to package ui, not newui
Change-Id: I5d69e73280051eb8b97f3e082e5cfe285439dac6
This commit is contained in:
parent
0a85af4da5
commit
d9258434fe
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
/*
|
||||
#fileembed pattern .+\.(js|css|html|png)$
|
||||
*/
|
||||
package newui
|
||||
package ui
|
||||
|
||||
import (
|
||||
"camlistore.org/pkg/fileembed"
|
||||
|
|
|
@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package newui
|
||||
package ui
|
||||
|
||||
import (
|
||||
"camlistore.org/pkg/fileembed"
|
||||
|
|
|
@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package newui
|
||||
package ui
|
||||
|
||||
import (
|
||||
"camlistore.org/pkg/fileembed"
|
||||
|
|
Loading…
Reference in New Issue